mplayer: internal copies of libdvdread/libdvdcss require largefile support
So disable when we don't have largefile support in toolchain. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
ca218debd5
commit
23ff3c2786
2
CHANGES
2
CHANGES
@ -2,7 +2,7 @@
|
||||
|
||||
Fixes all over the tree.
|
||||
|
||||
Updated/fixed packages: xdriver_xf86-video-openchrome
|
||||
Updated/fixed packages: mplayer, xdriver_xf86-video-openchrome
|
||||
|
||||
2010.05-rc1, Released May 3rd, 2010:
|
||||
|
||||
|
0
package/multimedia/mplayer/mplayer-1.0rc2-100-atmel.1.patch
Executable file → Normal file
0
package/multimedia/mplayer/mplayer-1.0rc2-100-atmel.1.patch
Executable file → Normal file
@ -22,7 +22,10 @@ endif
|
||||
ifeq ($(BR2_LARGEFILE),y)
|
||||
MPLAYER_LARGEFILE:=--enable-largefiles
|
||||
else
|
||||
MPLAYER_LARGEFILE:=--disable-largefiles
|
||||
# dvdread/dvdcss requires largefile support
|
||||
MPLAYER_LARGEFILE:=--disable-largefiles \
|
||||
--disable-dvdread-internal \
|
||||
--disable-libdvdcss-internal
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_i386),y)
|
||||
|
Loading…
Reference in New Issue
Block a user