diff options
author | Michael Mair-Keimberger (asterix) <m.mairkeimberger@gmail.com> | 2016-12-30 15:21:56 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-01-04 12:13:36 +0200 |
commit | 30a5856d43cef9ce2435d73a227e432de7141bb3 (patch) | |
tree | 9ef91529443ce246bb226206f7b3f4c0a1cd149b /media-libs/libyami | |
parent | media-libs/libtiger: remove unused patch (diff) | |
download | gentoo-30a5856d43cef9ce2435d73a227e432de7141bb3.tar.gz gentoo-30a5856d43cef9ce2435d73a227e432de7141bb3.tar.bz2 gentoo-30a5856d43cef9ce2435d73a227e432de7141bb3.zip |
media-libs/libyami: remove unused patch
Closes: https://github.com/gentoo/gentoo/pull/3286
Diffstat (limited to 'media-libs/libyami')
-rw-r--r-- | media-libs/libyami/files/oot.patch | 48 |
1 files changed, 0 insertions, 48 deletions
diff --git a/media-libs/libyami/files/oot.patch b/media-libs/libyami/files/oot.patch deleted file mode 100644 index 96e40ba87b06..000000000000 --- a/media-libs/libyami/files/oot.patch +++ /dev/null @@ -1,48 +0,0 @@ -Index: libyami-libyami-1.0.0/common/Makefile.am -=================================================================== ---- libyami-libyami-1.0.0.orig/common/Makefile.am -+++ libyami-libyami-1.0.0/common/Makefile.am -@@ -31,6 +31,7 @@ libyami_common_ldflags = \ - libyami_common_cppflags = \ - $(LIBVA_CFLAGS) \ - -I$(top_srcdir)/interface \ -+ -I$(top_srcdir) \ - $(NULL) - - noinst_LTLIBRARIES = libyami_common.la -Index: libyami-libyami-1.0.0/common/Makefile.unittest -=================================================================== ---- libyami-libyami-1.0.0.orig/common/Makefile.unittest -+++ libyami-libyami-1.0.0/common/Makefile.unittest -@@ -22,6 +22,7 @@ unittest_CPPFLAGS = \ - $(LIBVA_CFLAGS) \ - $(AM_CPPFLAGS) \ - -I$(top_srcdir)/interface \ -+ -I$(top_srcdir) \ - $(NULL) - - unittest_CXXFLAGS = \ -Index: libyami-libyami-1.0.0/codecparsers/Makefile.am -=================================================================== ---- libyami-libyami-1.0.0.orig/codecparsers/Makefile.am -+++ libyami-libyami-1.0.0/codecparsers/Makefile.am -@@ -113,6 +113,7 @@ libyami_codecparser_cppflags = \ - -Dvp8dx_start_decode=libyami_vp8dx_start_decode \ - -Dvp8dx_bool_decoder_fill=libyami_vp8dx_bool_decoder_fill \ - -I$(top_srcdir)/interface \ -+ -I$(top_srcdir) \ - $(NULL) - - noinst_LTLIBRARIES = libyami_codecparser.la -Index: libyami-libyami-1.0.0/codecparsers/Makefile.unittest -=================================================================== ---- libyami-libyami-1.0.0.orig/codecparsers/Makefile.unittest -+++ libyami-libyami-1.0.0/codecparsers/Makefile.unittest -@@ -58,6 +58,7 @@ unittest_CPPFLAGS = \ - $(GTEST_CPPFLAGS) \ - $(AM_CPPFLAGS) \ - -I$(top_srcdir)/interface \ -+ -I$(top_srcdir) \ - $(NULL) - - unittest_CXXFLAGS = \ |