The problem is that it is missing cflags in the module codec-cfg.c
a fix (dirty)  in the mencoder makefile does the trick

========================================================
--- Makefile.orig       2011-06-24 10:18:38.856768653 -0300
+++ Makefile    2011-06-24 10:18:43.546211306 -0300
@@ -170,6 +170,9 @@
                -e 's#HAVE_LOG2 1#HAVE_LOG2 0#g' \
                -e 's#HAVE_LOG2F 1#HAVE_LOG2F 0#g' \
                ${WRKSRC}/config.h
+       @${REINPLACE_CMD} \
+       -e "s;-Iffmpeg;-Iffmpeg `pkg-config --cflags libass`;" ${WRKSRC}
+
 
 do-install:
        @${INSTALL_PROGRAM} ${WRKSRC}/mencoder ${PREFIX}/bin
========================================================

_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[email protected]"

Reply via email to