[SCM] libav/experimental: disable libtheora, this change leaves all the libtheora related code in svn for now but just disables it in configure IMO libtheora support should be completely removed but at least under no circumstances must it disable or override our native decoder by default

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 15:49:20 UTC 2013


The following commit has been merged in the experimental branch:
commit 1997a988752c0374eabeb60d8b9871abe73cc05f
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Sat Jul 22 08:10:11 2006 +0000

    disable libtheora, this change leaves all the libtheora related code in svn for now but just disables it in configure
    IMO libtheora support should be completely removed but at least under no circumstances must it disable or override our native decoder by default
    
    Originally committed as revision 5812 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/configure b/configure
index e56e536..05be1d7 100755
--- a/configure
+++ b/configure
@@ -32,7 +32,6 @@ show_help(){
   echo "  --enable-mp3lame         enable MP3 encoding via libmp3lame [default=no]"
   echo "  --enable-libogg          enable Ogg support via libogg [default=no]"
   echo "  --enable-vorbis          enable Vorbis support via libvorbis [default=no]"
-  echo "  --enable-theora          enable Theora support via libtheora [default=no]"
   echo "  --enable-faad            enable FAAD support via libfaad [default=no]"
   echo "  --enable-faadbin         build FAAD support with runtime linking [default=no]"
   echo "  --enable-faac            enable FAAC support via libfaac [default=no]"
@@ -764,9 +763,6 @@ for opt do
   --enable-vorbis) vorbis="yes"
     pkg_requires="$pkg_requires vorbis vorbisenc"
   ;;
-  --enable-theora) theora="yes"
-    pkg_requires="$pkg_requires theora"
-  ;;
   --enable-faad) faad="yes"
   ;;
   --enable-faadbin) faadbin="yes"
@@ -1514,7 +1510,6 @@ echo "libgsm enabled   $libgsm"
 echo "mp3lame enabled  $mp3lame"
 echo "libogg enabled   $libogg"
 echo "Vorbis enabled   $vorbis"
-echo "Theora enabled   $theora"
 echo "FAAD enabled     $faad"
 echo "faadbin enabled  $faadbin"
 echo "FAAC enabled     $faac"

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list