package xvidcore: enable assembly since yasm is now present

This commit is contained in:
Tony Theodore 2010-10-03 22:24:49 +11:00
parent c935db7338
commit e384ed1af2
1 changed files with 1 additions and 2 deletions

View File

@ -23,8 +23,7 @@ define $(PKG)_BUILD
$(SED) -i 's,cross_compiling=no,cross_compiling=yes,' '$(1)/configure'
cd '$(1)' && ./configure \
--host='$(TARGET)' \
--prefix='$(PREFIX)/$(TARGET)' \
--disable-assembly
--prefix='$(PREFIX)/$(TARGET)'
$(MAKE) -C '$(1)' -j '$(JOBS)' BUILD_DIR='build' SHARED_LIB=
$(INSTALL) -d '$(PREFIX)/$(TARGET)/include'
$(INSTALL) -m644 '$(1)/../../src/xvid.h' '$(PREFIX)/$(TARGET)/include/'