- Unbreak on all supported FreeBSD versions (package builders) - Enable support for wavpack and webp en/decoding - Enable parallel installation with multimedia/ffmpeg by installing the shared libraries, headers and .pc files within separate directories (libav/) or using an own suffix (-libav) Changelog for version 10: http://git.libav.org/?p=libav.git;a=blob;f=Changelog;hb=refs/tags/v10
11 lines
657 B
Text
11 lines
657 B
Text
--- libavcodec/Makefile.orig 2014-04-08 16:36:02.000000000 +0200
|
|
+++ libavcodec/Makefile 2014-04-08 16:36:14.000000000 +0200
|
|
@@ -687,7 +687,7 @@
|
|
aac_tablegen_decl.h \
|
|
fft-internal.h \
|
|
tableprint.h \
|
|
- $(ARCH)/vp56_arith.h \
|
|
+ $(LIBAV_ARCH)/vp56_arith.h \
|
|
|
|
SKIPHEADERS-$(CONFIG_DXVA2) += dxva2.h dxva2_internal.h
|
|
SKIPHEADERS-$(CONFIG_LIBSCHROEDINGER) += libschroedinger.h
|