From 6bcedeed375c3504d4d6f82fca020790866e2c6e Mon Sep 17 00:00:00 2001 From: Thomas Petazzoni Date: Sun, 12 Dec 2010 22:54:03 +0100 Subject: mplayer: convert to gentargets, bump to a recent SVN version Based on the conversion to gentargets done by Martin Banky, several issues were fixed, and the mplayer package was improved: * Updated to a recent SVN version * Removed mandatory dependency on libmad * The AVR32 specific patch has been removed. It was a pain to remain blocked at the old 1.0-rc2 just for this patch. All this optimization work should have been submitted upstream, Buildroot is not the place to carry such heavy modifications. * Options were added to select whether mplayer and/or mencoder should be built/installed. * Support for additional options if packages have been selected: tremor, libmad, libtheora, libpng, jpeg, xlib_libX11, xlib_libXv. More could be added in the future. * Support for ARM-related optimization options. Similar improvements could be done for x86 and PowerPC architectures. [Peter: fix build with !IPV6] Signed-off-by: Thomas Petazzoni Signed-off-by: Peter Korsgaard --- .../multimedia/mplayer/mplayer-1.0rc2-largefile.patch | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 package/multimedia/mplayer/mplayer-1.0rc2-largefile.patch (limited to 'package/multimedia/mplayer/mplayer-1.0rc2-largefile.patch') diff --git a/package/multimedia/mplayer/mplayer-1.0rc2-largefile.patch b/package/multimedia/mplayer/mplayer-1.0rc2-largefile.patch deleted file mode 100644 index bcba2fffa..000000000 --- a/package/multimedia/mplayer/mplayer-1.0rc2-largefile.patch +++ /dev/null @@ -1,18 +0,0 @@ -mplayer: don't unconditionally force largefile support for libraries ---- - common.mak | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -Index: MPlayer-1.0rc1/common.mak -=================================================================== ---- MPlayer-1.0rc1.orig/common.mak -+++ MPlayer-1.0rc1/common.mak -@@ -5,7 +5,7 @@ - SRC_DIR = $(SRC_PATH)/lib$(NAME) - VPATH = $(SRC_DIR) - --CFLAGS += -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE \ -+CFLAGS += -DHAVE_AV_CONFIG_H \ - -D_ISOC9X_SOURCE -I$(BUILD_ROOT) -I$(SRC_PATH) \ - -I$(SRC_PATH)/libavutil $(OPTFLAGS) - SRCS := $(OBJS:.o=.c) $(ASM_OBJS:.o=.S) $(CPPOBJS:.o=.cpp) -- cgit v1.2.3