]> git.pld-linux.org Git - packages/mlt.git/commitdiff
- from fc; drop old paths
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sun, 28 Aug 2016 08:57:24 +0000 (10:57 +0200)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Sun, 28 Aug 2016 08:57:24 +0000 (10:57 +0200)
mlt.spec

index 0b6d76477c882fed5716356ff30ee50288a0dbc8..b45d7ca9f0ec766bbcf110eb8f012b376fd6d4ec 100644 (file)
--- a/mlt.spec
+++ b/mlt.spec
@@ -82,6 +82,10 @@ Ten pakiet zawiera pliki nagłówkowe dla MLT.
 %prep
 %setup -q
 
+# Don't overoptimize (breaks debugging)
+sed -i -e '/fomit-frame-pointer/d' configure
+sed -i -e '/ffast-math/d' configure
+
 %build
 %configure \
        --enable-gpl \
@@ -100,8 +104,6 @@ Ten pakiet zawiera pliki nagłówkowe dla MLT.
        --disable-sse \
        --disable-sse2 \
 %endif
-       --qimage-includedir=%{_includedir}/qt4 \
-       --qimage-libdir=%{_libdir} \
        --swig-languages=python
 
 sed -i -e 's#OPTIMISATIONS=#OPTIMISATIONS=%{rpmcflags} %{rpmcppflags}#g' config.mak
This page took 0.090725 seconds and 4 git commands to generate.