core/vlc/libva12.patch
Samir 348d542db8 libpng group: update/rebuild platform
will commit them separately next time... it's just too much work to do separate commits right now
2013-07-27 16:51:03 +00:00

15 lines
458 B
Diff

diff -ur vlc-2.0.7/modules/codec/avcodec/vaapi.c vlc-2.0.7.new/modules/codec/avcodec/vaapi.c
--- vlc-2.0.7/modules/codec/avcodec/vaapi.c 2013-07-25 15:32:17.607393959 +0000
+++ vlc-2.0.7.new/modules/codec/avcodec/vaapi.c 2013-07-25 15:36:25.620339773 +0000
@@ -37,6 +37,10 @@
#include "avcodec.h"
#include "va.h"
+#include "va/va_version.h"
+#if VA_CHECK_VERSION(0,34,0)
+#include "va/va_compat.h"
+#endif
#include "copy.h"
#ifdef HAVE_AVCODEC_VAAPI