[MPlayer-dev-eng] Fix dvdread libs
Josh
joshf87 at live.com
Tue Oct 13 18:09:17 CEST 2015
On 10/13/2015 11:07, Vicente Olivert Riera wrote:
> When $_dvdread is "yes", the configure script forgets to add the
> dvdread's cflags and libs to the extra_cflags and extra_ldflags
> variables, and that is causing a link failure like this one:
>
> stream/stream_dvd.o: In function `open_s':
> stream_dvd.c:(.text+0x2d8): undefined reference to `DVDOpen'
> [snip]
>
> The attached patch fixes the problem.
>
>
>
> _______________________________________________
> MPlayer-dev-eng mailing list
> MPlayer-dev-eng at mplayerhq.hu
> https://lists.mplayerhq.hu/mailman/listinfo/mplayer-dev-eng
>
I believe that is intentional, if you force most options with "--enable"
you have to provide linker/cflags. If libdvdread is in your library
search path then it should detect it automatically.
More information about the MPlayer-dev-eng
mailing list