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
414 B
Text
11 lines
414 B
Text
--- libavcodec/Makefile.orig 2010-07-21 14:37:37.000000000 +0200
|
|
+++ libavcodec/Makefile 2010-08-01 21:19:55.324513241 +0200
|
|
@@ -615,7 +615,7 @@
|
|
# well.
|
|
OBJS-$(!CONFIG_SMALL) += inverse.o
|
|
|
|
--include $(SUBDIR)$(ARCH)/Makefile
|
|
+-include $(SUBDIR)$(FFMPEG_ARCH)/Makefile
|
|
|
|
SKIPHEADERS = %_tablegen.h
|
|
SKIPHEADERS-$(CONFIG_DXVA2) += dxva2.h dxva2_internal.h
|