comparison src/faac.mk @ 1261:050f5ff03b26

improve coding style of ffmpeg and dependencies
author Tony Theodore <tonyt@logyst.com>
date Mon, 20 Sep 2010 22:39:37 +1000
parents afabf3a51818
children 2726fbef533c
comparison
equal deleted inserted replaced
1260:f496cd5041bd 1261:050f5ff03b26
18 tail -1 18 tail -1
19 endef 19 endef
20 20
21 define $(PKG)_BUILD 21 define $(PKG)_BUILD
22 cd '$(1)' && ./configure \ 22 cd '$(1)' && ./configure \
23 --host='$(TARGET)' \ 23 --host='$(TARGET)' \
24 --prefix='$(PREFIX)/$(TARGET)' \ 24 --prefix='$(PREFIX)/$(TARGET)' \
25 --disable-shared \ 25 --disable-shared \
26 --without-mp4v2 26 --without-mp4v2
27 $(MAKE) -C '$(1)' -j '$(JOBS)' 27 $(MAKE) -C '$(1)' -j '$(JOBS)'
28 $(MAKE) -C '$(1)' -j 1 install 28 $(MAKE) -C '$(1)' -j 1 install
29 endef 29 endef