diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2010-04-29 15:13:58 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2010-04-29 15:13:58 +0000 |
commit | c13c42e6b9dfe410038279a8ecc0f743c04c783a (patch) | |
tree | fbfac39b2a0b087921ef2e62d6d0d7695d54ede8 /media-libs/faad2/files | |
parent | Corrected usage of PYTHON_MODNAME, restrict to <python-3, thanks Arfrever for... (diff) | |
download | historical-c13c42e6b9dfe410038279a8ecc0f743c04c783a.tar.gz historical-c13c42e6b9dfe410038279a8ecc0f743c04c783a.tar.bz2 historical-c13c42e6b9dfe410038279a8ecc0f743c04c783a.zip |
Install mp4ff_int_types.h since we are building unsupported libmp4ff library anyway wrt #275008.
Package-Manager: portage-2.2_rc67/cvs/Linux x86_64
Diffstat (limited to 'media-libs/faad2/files')
-rw-r--r-- | media-libs/faad2/files/faad2-2.7-libmp4ff-install-mp4ff_int_types_h.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/media-libs/faad2/files/faad2-2.7-libmp4ff-install-mp4ff_int_types_h.patch b/media-libs/faad2/files/faad2-2.7-libmp4ff-install-mp4ff_int_types_h.patch new file mode 100644 index 000000000000..5d39cad95d7e --- /dev/null +++ b/media-libs/faad2/files/faad2-2.7-libmp4ff-install-mp4ff_int_types_h.patch @@ -0,0 +1,13 @@ +Install mp4ff_int_types.h for mythmusic. + +http://bugs.gentoo.org/275008 + +--- common/mp4ff/Makefile.am ++++ common/mp4ff/Makefile.am +@@ -1,5 +1,5 @@ + lib_LTLIBRARIES = libmp4ff.la +-include_HEADERS = mp4ff.h mp4ffint.h ++include_HEADERS = mp4ff.h mp4ffint.h mp4ff_int_types.h + + AM_CFLAGS = -DUSE_TAGGING=1 + |