Branch: master

f0263792 2016-10-18 12:41:57 François Andriot
RPM packaging: remove k3b ftbfs workaround
M redhat/applications/k3b/k3b-14.0.0.spec
diff --git a/redhat/applications/k3b/k3b-14.0.0.spec b/redhat/applications/k3b/k3b-14.0.0.spec
index d7745ea..792df21 100644
--- a/redhat/applications/k3b/k3b-14.0.0.spec
+++ b/redhat/applications/k3b/k3b-14.0.0.spec
@@ -413,11 +413,6 @@
 export PATH="%{tde_bindir}:${PATH}"
 export PKG_CONFIG_PATH="%{tde_libdir}/pkgconfig:${PKG_CONFIG_PATH}"
 
-# FFMPEG trick ...
-if [ -d "/usr/include/ffmpeg" ]; then
-  export RPM_OPT_FLAGS="${RPM_OPT_FLAGS} -I/usr/include/ffmpeg -I/opt/trinity/include"
-fi
-
 if ! rpm -E %%cmake|grep -q "cd build"; then
   %__mkdir_p build
   cd build