]> git.pld-linux.org Git - packages/faad2.git/blame - faad2-mp4ff.patch
- release 4 (by relup.sh)
[packages/faad2.git] / faad2-mp4ff.patch
CommitLineData
45e28ee0
JB
1--- faad2-2.7/common/mp4ff/Makefile.am.orig 2009-02-06 15:24:21.000000000 +0100
2+++ faad2-2.7/common/mp4ff/Makefile.am 2010-10-25 19:57:49.095738529 +0200
3@@ -1,7 +1,7 @@
4-lib_LIBRARIES = libmp4ff.a
5-include_HEADERS = mp4ff.h mp4ffint.h
8460ebc0 6+lib_LTLIBRARIES = libmp4ff.la
45e28ee0 7+include_HEADERS = mp4ff.h mp4ffint.h mp4ff_int_types.h
8460ebc0 8
45e28ee0
JB
9-libmp4ff_a_CFLAGS = -DUSE_TAGGING=1
10+libmp4ff_la_CFLAGS = -DUSE_TAGGING=1
11
12-libmp4ff_a_SOURCES = mp4ff.c mp4atom.c mp4meta.c mp4sample.c mp4util.c \
13+libmp4ff_la_SOURCES = mp4ff.c mp4atom.c mp4meta.c mp4sample.c mp4util.c \
14 mp4tagupdate.c mp4ff.h mp4ffint.h mp4ff_int_types.h
15--- faad2-2.7/frontend/Makefile.am.orig 2009-02-06 17:03:37.000000000 +0100
16+++ faad2-2.7/frontend/Makefile.am 2010-10-25 20:08:54.015739367 +0200
17@@ -5,7 +5,7 @@
18 -I$(top_srcdir)/common/mp4ff
19
20 faad_LDADD = $(top_builddir)/libfaad/libfaad.la \
21- $(top_builddir)/common/mp4ff/libmp4ff.a
22+ $(top_builddir)/common/mp4ff/libmp4ff.la
23
24 faad_SOURCES = main.c \
25 audio.c audio.h \
26--- faad2-2.7/plugins/xmms/src/Makefile.am.orig 2010-10-25 20:09:20.343741882 +0200
27+++ faad2-2.7/plugins/xmms/src/Makefile.am 2010-10-25 20:32:37.203740205 +0200
28@@ -7,7 +7,7 @@
29 -I$(top_srcdir)/include -I$(top_srcdir)/common/mp4ff
30
31 libmp4_la_LIBADD = $(top_builddir)/libfaad/libfaad.la \
32- $(top_builddir)/common/mp4ff/libmp4ff.a
33+ $(top_builddir)/common/mp4ff/libmp4ff.la
34
35 libmp4_la_LDFLAGS = -module -avoid-version $(local_LDFLAGS) -lpthread
8460ebc0 36
This page took 0.104548 seconds and 4 git commands to generate.