]> git.sesse.net Git - vlc/commitdiff
Make theora codec a plugin
authorRémi Denis-Courmont <rem@videolan.org>
Sat, 2 Sep 2006 12:19:59 +0000 (12:19 +0000)
committerRémi Denis-Courmont <rem@videolan.org>
Sat, 2 Sep 2006 12:19:59 +0000 (12:19 +0000)
configure.ac

index 3b8f9ebd5bb8d46793be9db7eaa2bc21f15e331d..fdb08b1a0a531241ca7d23bb4d0e2bc6e4ca0b34 100644 (file)
@@ -3343,11 +3343,7 @@ if test "${enable_theora}" = "yes"
 then
   AC_CHECK_HEADERS(theora/theora.h, [
     AC_CHECK_LIB(theora, theora_granule_time, [
-      if test "${SYS}" = "mingw32"; then
-        VLC_ADD_PLUGINS([theora])
-      else
-        VLC_ADD_BUILTINS([theora])
-      fi
+      VLC_ADD_PLUGINS([theora])
       theora_libs="-ltheora -logg"
       VLC_ADD_LDFLAGS([theora],[${theora_libs}]) ],[
       AC_MSG_ERROR([libtheora doesn't appear to be installed on your system.