comparison src/ffmpeg.mk @ 1259:8ab68c8615ca

improve ffmpeg: move link creation to respective packages
author Tony Theodore <tonyt@logyst.com>
date Mon, 20 Sep 2010 22:20:00 +1000
parents afabf3a51818
children 050f5ff03b26
comparison
equal deleted inserted replaced
1258:fd66bc403bc7 1259:8ab68c8615ca
17 $(SED) -n 's,.*ffmpeg-\([0-9][^>]*\)\.tar.*,\1,p' | \ 17 $(SED) -n 's,.*ffmpeg-\([0-9][^>]*\)\.tar.*,\1,p' | \
18 head -1 18 head -1
19 endef 19 endef
20 20
21 define $(PKG)_BUILD 21 define $(PKG)_BUILD
22
23 ln -sf $(PREFIX)/$(TARGET)/lib/xvidcore.a $(PREFIX)/$(TARGET)/lib/libxvidcore.a
24 ln -sf $(PREFIX)/$(TARGET)/bin/sdl-config $(PREFIX)/bin/$(TARGET)-sdl-config
25
26 cd '$(1)' && ./configure \ 22 cd '$(1)' && ./configure \
27 --cross-prefix='$(TARGET)'- \ 23 --cross-prefix='$(TARGET)'- \
28 --enable-cross-compile \ 24 --enable-cross-compile \
29 --arch=i686 \ 25 --arch=i686 \
30 --target-os=mingw32 \ 26 --target-os=mingw32 \