diff options
author | Graeme Gregory <dp@xora.org.uk> | 2006-07-24 09:58:36 +0000 |
---|---|---|
committer | Graeme Gregory <dp@xora.org.uk> | 2006-07-24 09:58:36 +0000 |
commit | 42df964ebd54be4cbba0e9f880debf5d2aea7fef (patch) | |
tree | d63ea8e26bd023bcf1d9d1955827e7ef52f27e20 /packages/mplayer/files/libmpdemux-ogg-include.patch | |
parent | d544f55d1e6e8b0b3fc3e594fce9db67670291de (diff) |
packages/mplayer/* : remove the now obsolete versions of mplayer and
mplayer-atty. Cleaning up loose patches and stuff. Update svn version
in line with latest release version.
Diffstat (limited to 'packages/mplayer/files/libmpdemux-ogg-include.patch')
-rw-r--r-- | packages/mplayer/files/libmpdemux-ogg-include.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/packages/mplayer/files/libmpdemux-ogg-include.patch b/packages/mplayer/files/libmpdemux-ogg-include.patch new file mode 100644 index 0000000000..541f4a03ee --- /dev/null +++ b/packages/mplayer/files/libmpdemux-ogg-include.patch @@ -0,0 +1,13 @@ +--- MPlayer-1.0pre8/libmpdemux/Makefile.orig 2006-06-30 23:26:49.000000000 +0100 ++++ MPlayer-1.0pre8/libmpdemux/Makefile 2006-06-30 23:27:10.000000000 +0100 +@@ -156,8 +156,8 @@ + + OBJS = $(SRCS:.c=.o) + OBJS += $(CPLUSPLUSSRCS:.cpp=.o) +-INCLUDE = -I.. -I../loader $(CSS_INC) $(EXTRA_INC) $(LIBAV_INC) +-CFLAGS = $(OPTFLAGS) $(INCLUDE) $(XMMS_CFLAGS) $(CDPARANOIA_INC) $(DVB_INC) ++INCLUDE = -I../loader $(CSS_INC) $(EXTRA_INC) $(LIBAV_INC) ++CFLAGS = -I.. $(OPTFLAGS) $(INCLUDE) $(XMMS_CFLAGS) $(CDPARANOIA_INC) $(DVB_INC) + CPLUSPLUSFLAGS = $(CFLAGS) $(CPLUSPLUSINCLUDE) -D__STDC_LIMIT_MACROS + CPLUSPLUS = $(CC) + |