forked from Lainports/freebsd-ports
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.
12 lines
343 B
Text
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
|