Commit cb5d09cd authored by Sam Hocevar's avatar Sam Hocevar

* ./configure.ac.in: another kludge to avoid linking twice with libavcodec.

parent 17f1d1d0
...@@ -1568,8 +1568,9 @@ then ...@@ -1568,8 +1568,9 @@ then
fi fi
dnl Duplicate the ffmpeg CPPFLAGS and LDFLAGS for the encoder dnl Duplicate the ffmpeg CPPFLAGS and LDFLAGS for the encoder
LDFLAGS_encoder_ffmpeg=${LDFLAGS_ffmpeg} CPPFLAGS_encoder_ffmpeg="${CPPFLAGS_ffmpeg}"
CPPFLAGS_encoder_ffmpeg=${CPPFLAGS_ffmpeg} dnl XXX: we don't link with -lavcodec blah blah blah
#LDFLAGS_encoder_ffmpeg="${LDFLAGS_ffmpeg}"
dnl Add postprocessing modules dnl Add postprocessing modules
PLUGINS="${PLUGINS} postprocessing_c" PLUGINS="${PLUGINS} postprocessing_c"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment