]> git.pld-linux.org Git - packages/transcode.git/commitdiff
- lzo detection fix
authorshadzik <shadzik@pld-linux.org>
Fri, 17 Nov 2006 17:52:50 +0000 (17:52 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    transcode.spec -> 1.87

transcode.spec

index bb22b2a0079984997d33649d5abd71434ed55c63..92e8f43e7d1c5d82476321f005e22e469decbd87 100644 (file)
@@ -154,6 +154,7 @@ ogmtools.
        --%{!?with_quicktime:dis}%{?with_quicktime:en}able-libquicktime \
        --enable-libxml2 \
        --%{!?with_lzo:dis}%{?with_lzo:en}able-lzo \
+       --with-lzo-includes=%{_includedir}/lzo \
        --%{!?with_mjpeg:dis}%{?with_mjpeg:en}able-mjpegtools \
        --enable-netstream \
        --enable-ogg \
@@ -171,8 +172,7 @@ ogmtools.
        --with-x
 
 %{__make} \
-       LDFLAGS="%{rpmldflags}" \
-       CPPFLAGS="-I/usr/include/lzo"
+       LDFLAGS="%{rpmldflags}"
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.032194 seconds and 4 git commands to generate.