summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArwed von Merkatz2009-03-24 20:18:00 +0100
committerJaka Kranjc2009-03-24 21:50:55 +0100
commit640fad0fad5269c26a67c720039cb83c71afca31 (patch)
tree8f7609ba2e72b73435acfd16925aec898f95488b
parent6e41f32de0396bfe165b09a582068125ff699448 (diff)
mplayer: removed unknown configure option
(cherry picked from commit 689b9f622ae1b5ad288d694ad9feab9139a54303)
-rwxr-xr-xvideo/mplayer/BUILD4
-rw-r--r--video/mplayer/HISTORY4
2 files changed, 4 insertions, 4 deletions
diff --git a/video/mplayer/BUILD b/video/mplayer/BUILD
index 273fb6c927..f23250c851 100755
--- a/video/mplayer/BUILD
+++ b/video/mplayer/BUILD
@@ -1,7 +1,3 @@
-if [[ $MPLAYER_SVN = y ]]; then
- OPTS="$OPTS --with-extraincdir=${INSTALL_ROOT}/usr/include/ffmpeg"
-fi &&
-
disable_pic &&
OPTS="$MPLAYER_OPTS $MPLAYER_IVTV $OPTS" &&
diff --git a/video/mplayer/HISTORY b/video/mplayer/HISTORY
index c0197a8efe..34a155c055 100644
--- a/video/mplayer/HISTORY
+++ b/video/mplayer/HISTORY
@@ -1,3 +1,7 @@
+2009-03-24 Arwed v. Merkatz <v.merkatz@gmx.net>
+ * BUILD: removed --with-extraincdir option, not necessary anymore,
+ breaks the build, bug #15132
+
2009-02-06 Eric Sandall <sandalle@sourcemage.org>
* CONFIGURE: Add query (default n) for IVTV, fix from Vasil Yonkov
Fixes Bug #14977