]> git.pld-linux.org Git - packages/faad2.git/blob - faad2-mp4ff.patch
da948ab416a1a8f44e5270dd12a58508797af3fc
[packages/faad2.git] / faad2-mp4ff.patch
1 --- faad2-2.8.6/common/mp4ff/Makefile.am.orig   2017-12-11 17:43:53.975769960 +0100
2 +++ faad2-2.8.6/common/mp4ff/Makefile.am        2017-12-11 17:54:59.092429032 +0100
3 @@ -1,7 +1,7 @@
4 -noinst_LIBRARIES = libmp4ff.a
5 -noinst_HEADERS = mp4ff.h mp4ffint.h
6 +lib_LTLIBRARIES = libmp4ff.la
7 +include_HEADERS = mp4ff.h mp4ffint.h
8  
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
15 --- faad2-2.7/plugins/xmms/src/Makefile.am.orig 2010-10-25 20:09:20.343741882 +0200
16 +++ faad2-2.7/plugins/xmms/src/Makefile.am      2010-10-25 20:32:37.203740205 +0200
17 @@ -7,7 +7,7 @@
18         -I$(top_srcdir)/include -I$(top_srcdir)/common/mp4ff
19  
20  libmp4_la_LIBADD = $(top_builddir)/libfaad/libfaad.la \
21 -       $(top_builddir)/common/mp4ff/libmp4ff.a
22 +       $(top_builddir)/common/mp4ff/libmp4ff.la
23  
24  libmp4_la_LDFLAGS = -module -avoid-version $(local_LDFLAGS) -lpthread
25  
This page took 0.038912 seconds and 2 git commands to generate.