Author: pebender
Date: Fri Jun 19 20:37:47 2009
New Revision: 4982

Modified:
    trunk/gar-minimyth/script/lib/ffmpeg/Makefile

Log:
- Added VAAPI support to FFmpeg.



Modified: trunk/gar-minimyth/script/lib/ffmpeg/Makefile
==============================================================================
--- trunk/gar-minimyth/script/lib/ffmpeg/Makefile       (original)
+++ trunk/gar-minimyth/script/lib/ffmpeg/Makefile       Fri Jun 19 20:37:47 2009
@@ -10,7 +10,7 @@
  define BLURB
  endef

-DEPENDS   = lang/c lib/zlib utils/bzip2 X11/vdpau
+DEPENDS   = lang/c lib/zlib utils/bzip2 X11/libva X11/vdpau
  BUILDDEPS = devel/yasm

  CONFIGURE_SCRIPTS = $(WORKSRC)/configure
@@ -57,7 +57,7 @@
        --enable-golomb \
        --enable-mdct \
        --enable-rdft \
-       --disable-vaapi \
+       --enable-vaapi \
        --enable-vdpau \
        --enable-runtime-cpudetect \
        --disable-hardcoded-tables \
@@ -156,6 +156,10 @@
        @$(MAKECOOKIE)

  checksum-$(DISTNAME).tar.bz2:
+       @$(MAKECOOKIE)
+
+post-install:
+       @cp -f $(WORKSRC)/libavcodec/vaapi.h $(DESTDIR)`pkg-config  
--variable=includedir libavcodec`/libavcodec/vaapi.h
        @$(MAKECOOKIE)

  clean-all:

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to