[xiph-commits] r13124 - trunk/ffmpeg2theora

j at svn.xiph.org j at svn.xiph.org
Sun Jun 10 13:05:47 PDT 2007


Author: j
Date: 2007-06-10 13:05:44 -0700 (Sun, 10 Jun 2007)
New Revision: 13124

Modified:
   trunk/ffmpeg2theora/ChangeLog
   trunk/ffmpeg2theora/build.mac.sh
   trunk/ffmpeg2theora/configure.ac
   trunk/ffmpeg2theora/get_ffmpeg_svn.sh
Log:
udpate ffmpeg command line + changelog

Modified: trunk/ffmpeg2theora/ChangeLog
===================================================================
--- trunk/ffmpeg2theora/ChangeLog	2007-06-10 08:43:18 UTC (rev 13123)
+++ trunk/ffmpeg2theora/ChangeLog	2007-06-10 20:05:44 UTC (rev 13124)
@@ -1,3 +1,7 @@
+0.19 2007-06-10
+    - use libswscale api
+    - add frontend mode and a simple PythonCard Frontend
+    
 0.18 2007-02-16
     - new option -Z/--saturation
     - document contrast / gamma / brightness / saturation options

Modified: trunk/ffmpeg2theora/build.mac.sh
===================================================================
--- trunk/ffmpeg2theora/build.mac.sh	2007-06-10 08:43:18 UTC (rev 13123)
+++ trunk/ffmpeg2theora/build.mac.sh	2007-06-10 20:05:44 UTC (rev 13124)
@@ -15,7 +15,7 @@
   export PKG_CONFIG_LIBDIR=$dist_dir/lib/pkgconfig
 
   ffmpeg_extra="--enable-pp --enable-gpl --enable-swscaler --disable-encoders  --enable-libogg --enable-libvorbis"
-  ffmpeg_extra="$ffmpeg_extra --enable-libdts --enable-liba52"
+  ffmpeg_extra="$ffmpeg_extra --enable-liba52"
   test -e $dist_dir/lib/libfaad.a && ffmpeg_extra="$ffmpeg_extra --enable-faad" && echo "building with faad"
   echo ""
   if [ $arch == 'ppc' ]; then
@@ -62,17 +62,6 @@
     ./autogen.sh --disable-shared --prefix=$dist_dir --host=$arch && make && make install
   fi
   export PKG_CONFIG_PATH=$build_dir/$package:$PKG_CONFIG_PATH
-
-  cd $build_dir
-  package="libdts-0.0.2"
-  if [ -e $package ]; then
-    echo "using existing $arch/$package"
-  else
-    echo "building $arch/$package"
-    tarball="http://download.videolan.org/pub/videolan/libdca/0.0.2/libdca-0.0.2.tar.gz"
-    test -e libdts-0.0.2 || curl $tarball > libdts-0.0.2.tar.gz && tar xzf libdts-0.0.2.tar.gz && \
-    cd libdts-0.0.2 && ./configure --prefix=$dist_dir && make && make install
-  fi
   
   cd $build_dir
   package="a52dec-0.7.4"

Modified: trunk/ffmpeg2theora/configure.ac
===================================================================
--- trunk/ffmpeg2theora/configure.ac	2007-06-10 08:43:18 UTC (rev 13123)
+++ trunk/ffmpeg2theora/configure.ac	2007-06-10 20:05:44 UTC (rev 13124)
@@ -1,6 +1,6 @@
 dnl Process this file with autoconf to produce a configure script.
 AC_PREREQ(2.59)
-AC_INIT(ffmpeg2theora,0.18)
+AC_INIT(ffmpeg2theora,0.19)
 AC_CONFIG_SRCDIR([Makefile.am])
 AM_INIT_AUTOMAKE([dist-bzip2])
 

Modified: trunk/ffmpeg2theora/get_ffmpeg_svn.sh
===================================================================
--- trunk/ffmpeg2theora/get_ffmpeg_svn.sh	2007-06-10 08:43:18 UTC (rev 13123)
+++ trunk/ffmpeg2theora/get_ffmpeg_svn.sh	2007-06-10 20:05:44 UTC (rev 13124)
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 #optional, if you have those libs installed:
-#extra="--enable-libfaad --enable-libgsm --enable-amr_nb --enable-amr_nb-fixed --enable-amr_wb --enable-amr_if2 --enable-libdts"
+#extra="--enable-libfaad --enable-libgsm --enable-amr_nb --enable-amr_nb-fixed --enable-amr_wb --enable-amr_if2"
 
 common="--enable-gpl --enable-swscaler --enable-liba52 --disable-encoders"
 



More information about the commits mailing list