changeset 1265:038474ea27af

package xvidcore: enable assembly since yasm is now present
author Tony Theodore <tonyt@logyst.com>
date Sun, 03 Oct 2010 22:24:49 +1100
parents fbff8e7ee416
children a4d9340d896e
files src/xvidcore.mk
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/xvidcore.mk	Sun Oct 03 22:22:36 2010 +1100
+++ b/src/xvidcore.mk	Sun Oct 03 22:24:49 2010 +1100
@@ -23,8 +23,7 @@
     $(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/'