]> git.sesse.net Git - vlc/commitdiff
* configure.ac: Compile libmpeg2 as a built-in when --with-ffmpeg-tree is
authorChristophe Massiot <massiot@videolan.org>
Wed, 18 May 2005 15:02:26 +0000 (15:02 +0000)
committerChristophe Massiot <massiot@videolan.org>
Wed, 18 May 2005 15:02:26 +0000 (15:02 +0000)
   requested. Fixes the build of plugins on x86_64 architecture.

configure.ac

index 11d4df8255f9bd1210aabd1be15410b7385dc807..dfd68ed32e8affc2581f738198a377c9e129d441 100644 (file)
@@ -2470,7 +2470,7 @@ then
     then
       dnl  Use a custom libmpeg2
       AC_MSG_RESULT(${real_libmpeg2_tree}/libmpeg2/.libs/libmpeg2.a)
-      VLC_ADD_PLUGINS([libmpeg2])
+      VLC_ADD_BUILTINS([libmpeg2])
       VLC_ADD_LDFLAGS([libmpeg2],[-L${real_libmpeg2_tree}/libmpeg2/.libs -lmpeg2])
       VLC_ADD_CFLAGS([libmpeg2],[-I${real_libmpeg2_tree}/include])
       eval "`cd ${real_libmpeg2_tree}/include && ln -sf . mpeg2dec 2>/dev/null`"