Commit 8f433b25 authored by Thomas Guillem's avatar Thomas Guillem

fix dxva2 build

A wise man once said: "always do a make distcheck when you move some files"
parent 2b52b54c
...@@ -342,7 +342,7 @@ endif ...@@ -342,7 +342,7 @@ endif
libdxva2_plugin_la_SOURCES = \ libdxva2_plugin_la_SOURCES = \
video_chroma/copy.c video_chroma/copy.h \ 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 libdxva2_plugin_la_LIBADD = -lole32 -lshlwapi -luuid
if HAVE_AVCODEC_DXVA2 if HAVE_AVCODEC_DXVA2
codec_LTLIBRARIES += libdxva2_plugin.la codec_LTLIBRARIES += libdxva2_plugin.la
......
...@@ -51,7 +51,7 @@ ...@@ -51,7 +51,7 @@
#include "avcodec.h" #include "avcodec.h"
#include "va.h" #include "va.h"
#include "../../video_chroma/copy.h" #include "../../video_chroma/copy.h"
#include "../h264_nal.h" #include "../../packetizer/h264_nal.h"
static int Open(vlc_va_t *, AVCodecContext *, enum PixelFormat, static int Open(vlc_va_t *, AVCodecContext *, enum PixelFormat,
const es_format_t *, picture_sys_t *p_sys); const es_format_t *, picture_sys_t *p_sys);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment