Author: pebender
Date: Sun Nov 30 12:51:55 2008
New Revision: 4028
Modified:
trunk/gar-minimyth/script/lib/ffmpeg/Makefile
Log:
- Explicitly enable XvMC and VDPAU in FFmpeg.
Modified: trunk/gar-minimyth/script/lib/ffmpeg/Makefile
==============================================================================
--- trunk/gar-minimyth/script/lib/ffmpeg/Makefile (original)
+++ trunk/gar-minimyth/script/lib/ffmpeg/Makefile Sun Nov 30 12:51:55 2008
@@ -68,7 +68,7 @@
--cc="$(CC)" \
--extra-cflags="$(CFLAGS)" \
--extra-ldflags="$(LDFLAGS)" \
- --extra-libs="-lvdpau" \
+ --extra-libs="" \
--extra-version="" \
--build-suffix="" \
--arch=$(GARCH_FAMILY) \
@@ -85,6 +85,8 @@
--disable-mmi \
--disable-neon \
--disable-vis \
+ --enable-xvmc \
+ --enable-vdpau \
--enable-network \
--disable-ipv6 \
--disable-mpegaudio-hp \
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"minimyth-commits" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/minimyth-commits?hl=en
-~----------~----~----~----~------~----~------~--~---