summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoreolianoe2016-10-14 13:57:10 +0200
committereolianoe2016-10-17 14:01:43 +0200
commitcfcbdbca0e4108a0b1c656758f4105a4e5f8838d (patch)
treeb4237fb5fc8d1d3344a119269021c7330f3e7eef
parentfb85c706d7f7e11fbf13c19ec628bc8155f591d2 (diff)
downloadaur-cfcbdbca0e4108a0b1c656758f4105a4e5f8838d.tar.gz
ffmpeg is already properly detected
-rw-r--r--PKGBUILD8
1 files changed, 0 insertions, 8 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 98ce8dd630ce..853957c612a7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -56,13 +56,6 @@ build() {
local cmake_system_python_flags="-DPYTHON_EXECUTABLE:PATH=/usr/bin/python2 \
-DPYTHON_INCLUDE_DIR:PATH=/usr/include/python2.7 -DPYTHON_LIBRARY:PATH=/usr/lib/libpython2.7.so"
- # flags to use ffmpeg2.8
- local ffmpeg_compat_flags="-DFFMPEG_INCLUDE_DIR:PATH=/usr/include/ \
- -DFFMPEG_avcodec_LIBRARY=/usr/lib/libavcodec.so \
- -DFFMPEG_avformat_LIBRARY=/usr/lib/libavformat.so \
- -DFFMPEG_avutil_LIBRARY=/usr/lib/libavutil.so \
- -DFFMPEG_swscale_LIBRARY=/usr/lib/libswscale.so"
-
# enable when http://paraview.org/Bug/view.php?id=12852 gets fixed:
#-DCMAKE_SKIP_RPATH:BOOL=YES \
cmake \
@@ -86,7 +79,6 @@ build() {
-DVTK_USE_SYSTEM_HDF5:BOOL=OFF \
${cmake_system_flags} \
${cmake_system_python_flags} \
- ${ffmpeg_compat_flags} \
../ParaView-v${pkgver}
make