diff options
author | wbx <wbx@hydrogenium.(none)> | 2009-05-17 14:41:34 +0200 |
---|---|---|
committer | wbx <wbx@hydrogenium.(none)> | 2009-05-17 14:41:34 +0200 |
commit | 219a6dab8995aad9ac4860cc1a84d6f3509a03a4 (patch) | |
tree | b9c0f3c43aebba2fcfef777592d0add39f2072f4 /package/faad2/patches/patch-common_mp4ff_Makefile_am |
Initial import
Diffstat (limited to 'package/faad2/patches/patch-common_mp4ff_Makefile_am')
-rw-r--r-- | package/faad2/patches/patch-common_mp4ff_Makefile_am | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/package/faad2/patches/patch-common_mp4ff_Makefile_am b/package/faad2/patches/patch-common_mp4ff_Makefile_am new file mode 100644 index 000000000..3e471d6de --- /dev/null +++ b/package/faad2/patches/patch-common_mp4ff_Makefile_am @@ -0,0 +1,16 @@ +$Id: update-patches 24 2008-08-31 14:56:13Z wbx $ +--- faad2.orig/common/mp4ff/Makefile.am 2006-05-07 20:09:00.000000000 +0200 ++++ faad2/common/mp4ff/Makefile.am 2009-01-11 17:15:38.138931843 +0100 +@@ -1,8 +1,9 @@ +-noinst_LTLIBRARIES = libmp4ff.la ++lib_LIBRARIES = libmp4ff.a ++include_HEADERS = mp4ff.h mp4ffint.h + +-libmp4ff_la_CFLAGS = -DUSE_TAGGING=1 ++libmp4ff_a_CFLAGS = -DUSE_TAGGING=1 + +-libmp4ff_la_SOURCES = mp4ff.c mp4atom.c mp4meta.c mp4sample.c mp4util.c \ ++libmp4ff_a_SOURCES = mp4ff.c mp4atom.c mp4meta.c mp4sample.c mp4util.c \ + mp4tagupdate.c mp4ff.h mp4ffint.h mp4ff_int_types.h \ + drms.h drms.c drmstables.h + |