freebsd-ports/multimedia/ffmpeg/files/patch-libavcodec_Makefile
Joe Marcus Clarke 2e6153f64f Enable the img_resample (old) code even if ffmpeg is built with libswscale
support.  There were patches floating around for other OSes that did
something similar.  While applications should be moving to libswscale,
some (e.g. vlc) haven't gotten there yet.
2008-08-14 22:08:02 +00:00

12 lines
343 B
Text

--- libavcodec/Makefile.orig 2008-08-14 14:31:06.000000000 -0400
+++ libavcodec/Makefile 2008-08-14 14:31:16.000000000 -0400
@@ -373,9 +373,7 @@ OBJS-$(HAVE_W32THREADS) +
OBJS-$(HAVE_XVMC) += xvmcvideo.o
-ifndef CONFIG_SWSCALE
OBJS += imgresample.o
-endif
# processor-specific code
ifdef HAVE_MMX