r1097 - in /experimental/ffmpeg.20080206/debian: changelog patches/015_build_imgresample.diff patches/series

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Fri Mar 21 15:18:12 UTC 2008


Author: siretart
Date: Fri Mar 21 15:18:12 2008
New Revision: 1097

URL: http://svn.debian.org/wsvn/pkg-multimedia/?sc=1&rev=1097
Log:
reintroduce 015_build_imgresample diff. gstreamer ffmpeg needs it

Added:
    experimental/ffmpeg.20080206/debian/patches/015_build_imgresample.diff
Modified:
    experimental/ffmpeg.20080206/debian/changelog
    experimental/ffmpeg.20080206/debian/patches/series

Modified: experimental/ffmpeg.20080206/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-multimedia/experimental/ffmpeg.20080206/debian/changelog?rev=1097&op=diff
==============================================================================
--- experimental/ffmpeg.20080206/debian/changelog (original)
+++ experimental/ffmpeg.20080206/debian/changelog Fri Mar 21 15:18:12 2008
@@ -11,7 +11,6 @@
   * install crc.h and sha1.h to libavutil-dev, since it is part of the
     public API now.
   * introduce new package: libavdevice52 and libavdevice-dev.
-  * remove obsolete patch 015_build_imgresample.
   * Implemented debian/get-orig-source.sh and adjusted the get-orig-source
     target in debian/rules to use that.
 

Added: experimental/ffmpeg.20080206/debian/patches/015_build_imgresample.diff
URL: http://svn.debian.org/wsvn/pkg-multimedia/experimental/ffmpeg.20080206/debian/patches/015_build_imgresample.diff?rev=1097&op=file
==============================================================================
--- experimental/ffmpeg.20080206/debian/patches/015_build_imgresample.diff (added)
+++ experimental/ffmpeg.20080206/debian/patches/015_build_imgresample.diff Fri Mar 21 15:18:12 2008
@@ -1,0 +1,47 @@
+Index: ffmpeg.20080206/libavcodec/Makefile
+===================================================================
+--- ffmpeg.20080206.orig/libavcodec/Makefile	2008-01-28 22:24:09.000000000 +0100
++++ ffmpeg.20080206/libavcodec/Makefile	2008-03-15 23:09:24.000000000 +0100
+@@ -351,9 +351,7 @@
+ 
+ OBJS-$(HAVE_XVMC_ACCEL)                += xvmcvideo.o
+ 
+-ifneq ($(CONFIG_SWSCALER),yes)
+ OBJS += imgresample.o
+-endif
+ 
+ # processor-specific code
+ ifeq ($(HAVE_MMX),yes)
+Index: ffmpeg.20080206/libavcodec/imgconvert.c
+===================================================================
+--- ffmpeg.20080206.orig/libavcodec/imgconvert.c	2008-03-15 22:40:38.000000000 +0100
++++ ffmpeg.20080206/libavcodec/imgconvert.c	2008-03-15 23:09:24.000000000 +0100
+@@ -2324,7 +2324,7 @@
+ }
+ #endif
+ 
+-#ifndef CONFIG_SWSCALER
++#if 1
+ /* XXX: always use linesize. Return -1 if not supported */
+ int img_convert(AVPicture *dst, int dst_pix_fmt,
+                 const AVPicture *src, int src_pix_fmt,
+Index: ffmpeg.20080206/Makefile
+===================================================================
+--- ffmpeg.20080206.orig/Makefile	2008-03-15 23:03:24.000000000 +0100
++++ ffmpeg.20080206/Makefile	2008-03-15 23:10:13.000000000 +0100
+@@ -402,15 +402,6 @@
+ 	@echo
+ 	$(SRC_PATH)/tests/server-regression.sh $(FFSERVER_REFFILE) $(SRC_PATH)/tests/test.conf
+ 
+-ifeq ($(CONFIG_SWSCALER),yes)
+-test-server codectest $(CODEC_TESTS) libavtest: swscale_error
+-swscale_error:
+-	@echo
+-	@echo "This regression test is incompatible with --enable-swscaler."
+-	@echo
+-	@exit 1
+-endif
+-
+ tests/vsynth1/00.pgm: tests/videogen$(EXESUF)
+ 	mkdir -p tests/vsynth1
+ 	$(BUILD_ROOT)/$< 'tests/vsynth1/'

Modified: experimental/ffmpeg.20080206/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-multimedia/experimental/ffmpeg.20080206/debian/patches/series?rev=1097&op=diff
==============================================================================
--- experimental/ffmpeg.20080206/debian/patches/series (original)
+++ experimental/ffmpeg.20080206/debian/patches/series Fri Mar 21 15:18:12 2008
@@ -7,6 +7,7 @@
 #020_mmx_intrinsics.diff
 011_link_plugins.diff
 013_strip_unneeded_linker_flags.diff
+015_build_imgresample.diff
 020_mmx_optims.diff
 020_mmx_pic_code.diff
 020_disable_snow_mmx_in_pic.diff




More information about the pkg-multimedia-commits mailing list