]> git.pld-linux.org Git - packages/faad2.git/blame - faad2-mp4v2.patch
- updated to 2.8.6 (new soname, but keep libfaad.so.0 symlink for compatibility)
[packages/faad2.git] / faad2-mp4v2.patch
CommitLineData
ea603bc1
JB
1--- faad2-2.7/plugins/mpeg4ip/faad2.cpp.orig 2012-12-09 09:30:54.613929786 +0100
2+++ faad2-2.7/plugins/mpeg4ip/faad2.cpp 2012-12-09 11:02:12.133815617 +0100
3@@ -21,7 +21,7 @@
4 #include "faad2.h"
5 #include <mpeg4_audio_config.h>
6 #include <mpeg4_sdp.h>
7-#include <mp4.h>
8+#include <mp4v2/mp4v2.h>
9 #include <SDL/SDL.h>
10
11 #define DEBUG_SYNC 2
12--- faad2-2.7/plugins/mpeg4ip/Makefile.am.orig 2003-08-07 19:21:21.000000000 +0200
13+++ faad2-2.7/plugins/mpeg4ip/Makefile.am 2012-12-09 11:12:59.277135462 +0100
14@@ -10,6 +10,7 @@
15
16 faad2_plugin_la_LIBADD = \
17 $(top_builddir)/libfaad/libfaad.la \
18+ -lmp4util \
19 -lm
20
21
This page took 0.142773 seconds and 4 git commands to generate.