]> git.sesse.net Git - vlc/commitdiff
We can build ffmpeg and stream_out_switcher as plugins when found by pkg-config.
authorPavlov Konstantin <thresh@videolan.org>
Tue, 5 Sep 2006 12:33:53 +0000 (12:33 +0000)
committerPavlov Konstantin <thresh@videolan.org>
Tue, 5 Sep 2006 12:33:53 +0000 (12:33 +0000)
Can we?

configure.ac

index aa379447397248ba52d4a9eb4e595843dbdbe5d3..f6dc9331685819ec358eca54e2bb7c16018cd3b2 100644 (file)
@@ -2739,9 +2739,9 @@ dnl Trying with pkg-config
      AC_CHECK_HEADERS(ffmpeg/avformat.h)
      AC_CHECK_HEADERS(ffmpeg/avutil.h)
      AC_CHECK_HEADERS(postproc/postprocess.h)
-     VLC_ADD_BUILTINS([ffmpeg])
+     VLC_ADD_PLUGINS([ffmpeg])
      if test "${enable_sout}" != "no"; then
-         VLC_ADD_BUILTINS([stream_out_switcher])
+         VLC_ADD_PLUGINS([stream_out_switcher])
      fi
      VLC_ADD_CFLAGS([ffmpeg stream_out_switcher],[${FFMPEG_CFLAGS}])
      VLC_ADD_LDFLAGS([ffmpeg],[${FFMPEG_LIBS}])