forked from Lainports/freebsd-ports
(included ffmpeg snapshot as of 2015-04-03) - Fix vulnerabilities CVE-2014-8544 and CVE-2014-9604 with bundled ffmpeg snapshot in the process MFH: 2015Q2
11 lines
673 B
Text
11 lines
673 B
Text
--- ffmpeg/libavcodec/Makefile.orig 2015-04-02 19:20:07.000000000 +0200
|
|
+++ ffmpeg/libavcodec/Makefile 2015-04-03 13:25:18.741269686 +0200
|
|
@@ -865,7 +865,7 @@
|
|
old_codec_ids.h \
|
|
tableprint.h \
|
|
tableprint_vlc.h \
|
|
- $(ARCH)/vp56_arith.h \
|
|
+ $(MPLAYER_ARCH)/vp56_arith.h \
|
|
|
|
SKIPHEADERS-$(CONFIG_DXVA2) += dxva2.h dxva2_internal.h
|
|
SKIPHEADERS-$(CONFIG_LIBSCHROEDINGER) += libschroedinger.h
|