[vlc-commits] fix dxva2 build

Thomas Guillem git at videolan.org
Tue Apr 28 17:57:37 CEST 2015


vlc | branch: master | Thomas Guillem <thomas at gllm.fr> | Tue Apr 28 17:54:25 2015 +0200| [8f433b2594e434c569a88eea653f432c4874a202] | committer: Thomas Guillem

fix dxva2 build

A wise man once said: "always do a make distcheck when you move some files"

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=8f433b2594e434c569a88eea653f432c4874a202
---

 modules/codec/Makefile.am     |    2 +-
 modules/codec/avcodec/dxva2.c |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/modules/codec/Makefile.am b/modules/codec/Makefile.am
index a81cdbf..bd89326 100644
--- a/modules/codec/Makefile.am
+++ b/modules/codec/Makefile.am
@@ -342,7 +342,7 @@ endif
 
 libdxva2_plugin_la_SOURCES = \
 	video_chroma/copy.c video_chroma/copy.h \
-	codec/avcodec/dxva2.c codec/h264_nal.c codec/h264_nal.h
+	codec/avcodec/dxva2.c packetizer/h264_nal.c packetizer/h264_nal.h
 libdxva2_plugin_la_LIBADD = -lole32 -lshlwapi -luuid
 if HAVE_AVCODEC_DXVA2
 codec_LTLIBRARIES += libdxva2_plugin.la
diff --git a/modules/codec/avcodec/dxva2.c b/modules/codec/avcodec/dxva2.c
index 482810c..52b40bd 100644
--- a/modules/codec/avcodec/dxva2.c
+++ b/modules/codec/avcodec/dxva2.c
@@ -51,7 +51,7 @@
 #include "avcodec.h"
 #include "va.h"
 #include "../../video_chroma/copy.h"
-#include "../h264_nal.h"
+#include "../../packetizer/h264_nal.h"
 
 static int Open(vlc_va_t *, AVCodecContext *, enum PixelFormat,
                 const es_format_t *, picture_sys_t *p_sys);



More information about the vlc-commits mailing list