summaryrefslogtreecommitdiff
path: root/packages/mplayer/files/libmpcodecs-ogg-include.patch
diff options
context:
space:
mode:
authorGraeme Gregory <dp@xora.org.uk>2006-12-06 09:35:40 +0000
committerGraeme Gregory <dp@xora.org.uk>2006-12-06 09:35:40 +0000
commit71b645d6d468556b98ea362591e317289e823dac (patch)
tree5af6a0614bda2555467251004dfb1c4990bf0403 /packages/mplayer/files/libmpcodecs-ogg-include.patch
parentc484a94ef3b9bc3e42f06b5157086c4309591e69 (diff)
mplayer_0.0+1.0rc1.bb : add latest version of mplayer, fixing versioning
to meet OE policy. A couple of patches have been rediffed and two Makefile patches dropped as what they did is now in the Makefiles in question.
Diffstat (limited to 'packages/mplayer/files/libmpcodecs-ogg-include.patch')
-rw-r--r--packages/mplayer/files/libmpcodecs-ogg-include.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/packages/mplayer/files/libmpcodecs-ogg-include.patch b/packages/mplayer/files/libmpcodecs-ogg-include.patch
deleted file mode 100644
index 619c4b0cd2..0000000000
--- a/packages/mplayer/files/libmpcodecs-ogg-include.patch
+++ /dev/null
@@ -1,13 +0,0 @@
---- MPlayer-1.0pre8/libmpcodecs/Makefile.orig 2006-06-30 23:26:33.000000000 +0100
-+++ MPlayer-1.0pre8/libmpcodecs/Makefile 2006-06-30 23:28:52.000000000 +0100
-@@ -267,8 +267,8 @@
- SRCS2=$(ENCODER_SRCS)
- OBJS2=$(SRCS2:.c=.o)
-
--CFLAGS = $(OPTFLAGS) \
-- -I. -I.. \
-+CFLAGS = -I.. $(OPTFLAGS) \
-+ -I. \
- -Inative \
- -I../libmpdemux \
- -I../loader \