[FFmpeg-devel] [PATCH]Fix compilation with frei0r and --disable-ffserver
Carl Eugen Hoyos
cehoyos at ag.or.at
Thu Jan 19 18:32:53 CET 2012
Hi!
A user claims that attached patch fixes the compilation error with
--enable-frei0r --disable-ffserver ($ldl is only added to the ldflags if
ffserver is compiled), I did not test.
Please comment, Carl Eugen
-------------- next part --------------
diff --git a/configure b/configure
index d846479..b2f50dc 100755
--- a/configure
+++ b/configure
@@ -3215,6 +3215,8 @@ enabled_any sndio_indev sndio_outdev && check_lib2 sndio.h sio_open -lsndio
enabled libcdio &&
check_lib2 "cdio/cdda.h cdio/paranoia.h" cdio_cddap_open "-lcdio_paranoia -lcdio_cdda -lcdio"
+enabled frei0r && add_extralibs $ldl
+
enabled x11grab &&
check_header X11/Xlib.h &&
check_header X11/extensions/XShm.h &&
More information about the ffmpeg-devel
mailing list