Hello,
If audio/tremor is installed while Mplayer is being compiled, mplayer
picks the tremor library and it brings two issues :

- Compilation breaks because the ABI of the current tremor port differs
to what Mplayer expects (vorbis_synthesis() expects an extra argument within
tremor).
- It adds an unwanted implicit depency over tremor.

 Here's a way to avoid this and have mplayer actually work even with Ogg
files. But should we introduce a "tremor" flavor?

 Best regards,
-Frank.
--
Frank Denis - frank [at] nailbox.fr - Young Nails / Akzentz nail tech
http://forum.manucure.info - http://www.manucure-pro.com
Index: Makefile
===================================================================
RCS file: /cvs/openbsd/ports/x11/mplayer/Makefile,v
retrieving revision 1.99
diff -u -r1.99 Makefile
--- Makefile    19 Jul 2006 21:40:47 -0000      1.99
+++ Makefile    28 Jul 2006 10:48:22 -0000
@@ -63,6 +63,8 @@
                --disable-xvid \
                --disable-libdv \
                --disable-smb \
+                --disable-external-tremor \
+                --disable-internal-tremor \
                --enable-theora \
                --enable-select \
                --enable-vorbis \

Reply via email to