From 3cbe1126530449336e2ce59b194bdb8c4eb4abb4 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Sun, 10 Nov 2013 18:05:39 +0100 Subject: dv: Split DV data table declarations into their own header This is necessary to avoid target config settings bleeding into the host compilation process with hardcoded tables and the DV VLC tables no longer present as static tables in a header file. --- libavformat/dvenc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavformat/dvenc.c') diff --git a/libavformat/dvenc.c b/libavformat/dvenc.c index 93ae0b56dc..66d848cbce 100644 --- a/libavformat/dvenc.c +++ b/libavformat/dvenc.c @@ -33,7 +33,7 @@ #include "avformat.h" #include "internal.h" #include "libavcodec/dv_profile.h" -#include "libavcodec/dvdata.h" +#include "libavcodec/dv.h" #include "dv.h" #include "libavutil/fifo.h" #include "libavutil/mathematics.h" -- cgit v1.2.3