abff9e46a8
- Remove ARCH hack and rename ARCH to FFMPEG_ARCH (fixes powerpc64 build) - Synchronize patches between ffmpeg and ffmpeg-devel PR: ports/148200 [1] Submitted by: Nathan Whitehorn <nwhitehorn@freebsd.org> [1]
11 lines
429 B
Text
11 lines
429 B
Text
--- libavcodec/Makefile.orig 2010-08-01 20:33:53.484907333 +0200
|
|
+++ libavcodec/Makefile 2010-08-01 20:34:26.190893400 +0200
|
|
@@ -590,7 +590,7 @@
|
|
|
|
OBJS-$(CONFIG_MLIB) += mlib/dsputil_mlib.o \
|
|
|
|
--include $(SUBDIR)$(ARCH)/Makefile
|
|
+-include $(SUBDIR)$(FFMPEG_ARCH)/Makefile
|
|
|
|
SKIPHEADERS = %_tablegen.h
|
|
SKIPHEADERS-$(CONFIG_DXVA2) += dxva2.h dxva2_internal.h
|