darkice, enblend and hugin fix

This commit is contained in:
alihanozturk
2017-02-15 17:44:29 +03:00
parent e137b364d8
commit eee7f74217
3 changed files with 13 additions and 4 deletions
+2 -3
View File
@@ -9,13 +9,12 @@ from pisi.actionsapi import pisitools
from pisi.actionsapi import get
def setup():
pisitools.cxxflags.add("-fpermissive")
autotools.configure("--with-alsa \
--with-faac \
--with-vorbis \
--with-lame \
--without-jack \
--disable-static \
--enable-shared")
--without-jack")
def build():
autotools.make()