From 2693e3f6660fd691621600d1dc0245e1f9932b43 Mon Sep 17 00:00:00 2001 From: Graeme Gregory Date: Fri, 30 Jun 2006 22:58:59 +0000 Subject: mplayer_1.0pre8.bb : small change in the include order that should hopefully fix the problem hrw saw in oz354x branch. I am unable to repeat in .dev but I had these patches in an earlier release for a very similiar error message. --- .../mplayer/mplayer-1.0pre8/libmpcodecs-ogg-include.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 packages/mplayer/mplayer-1.0pre8/libmpcodecs-ogg-include.patch (limited to 'packages/mplayer/mplayer-1.0pre8/libmpcodecs-ogg-include.patch') diff --git a/packages/mplayer/mplayer-1.0pre8/libmpcodecs-ogg-include.patch b/packages/mplayer/mplayer-1.0pre8/libmpcodecs-ogg-include.patch new file mode 100644 index 0000000000..619c4b0cd2 --- /dev/null +++ b/packages/mplayer/mplayer-1.0pre8/libmpcodecs-ogg-include.patch @@ -0,0 +1,13 @@ +--- 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 \ -- cgit v1.2.3