summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilippe Caseiro2010-08-31 23:02:56 +0200
committerPuppet_Master2010-08-31 23:02:56 +0200
commit1eb5d70b4cf6e054e88e192279742ec7c7efbb9d (patch)
tree22b54e7d5ab5fca06eb35741fd52fbbe730251ae
parentebcca5b8ed0ada364892031b14f8a2d50d0a8eef (diff)
video/mplayer : adding optional dep on yasm
-rwxr-xr-xvideo/mplayer/DEPENDS3
-rw-r--r--video/mplayer/HISTORY3
2 files changed, 5 insertions, 1 deletions
diff --git a/video/mplayer/DEPENDS b/video/mplayer/DEPENDS
index e2f00825ef..4570032889 100755
--- a/video/mplayer/DEPENDS
+++ b/video/mplayer/DEPENDS
@@ -92,4 +92,5 @@ optional_depends libdvdread "" "--disable-dvdread" "support for reading scrambl
optional_depends fribidi "" "--disable-fribidi" "for locales writing from right to left" &&
optional_depends enca "" "--disable-enca" "for ENCA charset oracle library" &&
optional_depends OPENAL "" "--disable-openal" "for OpenAL sound support" &&
-optional_depends samba "--enable-smb" "" "for SMB protocol support"
+optional_depends samba "--enable-smb" "" "for SMB protocol support" &&
+optional_depends yasm "" "--yasm=" "for NASM assembler support"
diff --git a/video/mplayer/HISTORY b/video/mplayer/HISTORY
index 75df611d0f..27f8c3765a 100644
--- a/video/mplayer/HISTORY
+++ b/video/mplayer/HISTORY
@@ -1,3 +1,6 @@
+2010-08-31 Philippe "Puppet_Master" Caseiro <puppetmaster@sourcemage.org>
+ * DEPENDS: added optional dep on yasm
+
2010-06-03 Vlad Glagolev <stealth@sourcemage.org>
* DEPENDS: removed polypaudio; pulseaudio isn't SVN anymore; cleaned up;
replaced tabs with spaces