From bb7dfdbdc2c857d200b503bf6e69963893b7e1be Mon Sep 17 00:00:00 2001 From: wrobell Date: Sun, 3 Jun 2007 12:55:07 +0000 Subject: [PATCH] - not required in case of transcode 1.0.3 Changed files: transcode-ac.patch -> 1.2 transcode-ffmpeg.patch -> 1.2 --- transcode-ac.patch | 14 -------------- transcode-ffmpeg.patch | 39 --------------------------------------- 2 files changed, 53 deletions(-) delete mode 100644 transcode-ac.patch delete mode 100644 transcode-ffmpeg.patch diff --git a/transcode-ac.patch b/transcode-ac.patch deleted file mode 100644 index a04c67f..0000000 --- a/transcode-ac.patch +++ /dev/null @@ -1,14 +0,0 @@ -Index: transcode-1.0.2/acinclude.m4 -=================================================================== ---- transcode-1.0.2.orig/acinclude.m4 -+++ transcode-1.0.2/acinclude.m4 -@@ -92,7 +92,8 @@ buffer.memory = V4L2_MEMORY_MMAP - ], [AC_DEFINE([HAVE_STRUCT_V4L2_BUFFER], 1, - [define if your videodev2 header has struct v4l2_buffer]) - AC_MSG_RESULT([yes])], -- [v4l2=no AC_MSG_RESULT([no])]) -+ [v4l2=no -+ AC_MSG_RESULT([no])]) - fi - - if test x"$v4l" = x"yes" -o x"$v4l2" = x"yes" ; then diff --git a/transcode-ffmpeg.patch b/transcode-ffmpeg.patch deleted file mode 100644 index 81b75d0..0000000 --- a/transcode-ffmpeg.patch +++ /dev/null @@ -1,39 +0,0 @@ -FFMPEG_VERSION is undefined and actually not used elsewhere than in configure - ---- transcode-1.0.2/configure.in~ 2006-12-12 01:19:10.469599970 +0200 -+++ transcode-1.0.2/configure.in 2006-12-12 01:25:43.288376547 +0200 -@@ -626,17 +626,15 @@ - printf("install ffmpeg 0.4.9-pre1 or newer, or a cvs version after 20040703"); - return(1); - } -- printf("VER=%s\n", FFMPEG_VERSION); - printf("BUILD=%d\n", LIBAVCODEC_BUILD); - return(0); - } - ], -- [LIBAVCODEC_VERSION="`./conftest$ac_exeext | sed -ne 's,VER=\(.*\),\1,p'`" -+ [ - LIBAVCODEC_BUILD="`./conftest$ac_exeext | sed -ne 's,BUILD=\(.*\),\1,p'`"], - [TC_PKG_ERROR(libavcodec, ffmpeg/avcodec.h, required, FFmpeg, [http://www.ffmpeg.org], - [cannot compile ffmpeg/avcodec.h])], - [echo $ac_n "cross compiling; assumed OK... $ac_c" -- LIBAVCODEC_VERSION="" - LIBAVCODEC_BUILD=""]) - if test x"$enable_libavcodec_static" = x"yes" ; then - if test x"$deplibs_check_method" != x"pass_all" ; then -@@ -657,7 +655,6 @@ - fi - CPPFLAGS="$save_CPPFLAGS" - fi --AC_SUBST(LIBAVCODEC_VERSION) - AC_SUBST(LIBAVCODEC_BUILD) - AC_SUBST(LIBAVCODEC_CFLAGS) - AC_SUBST(LIBAVCODEC_LIBS) -@@ -1433,7 +1430,6 @@ - headers $LIBAVCODEC_CFLAGS - libraries $LIBAVCODEC_LIBS - build $LIBAVCODEC_BUILD --version $LIBAVCODEC_VERSION - statically linked $enable_libavcodec_static - - hardware support -- 2.44.0