vlc | branch: master | Steve Lhomme <[email protected]> | Fri Jun 14 12:50:27 2019 +0200| [66bcf97352de400ba8054257c25c301f2d604906] | committer: Steve Lhomme
avcodec: fix local include path > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=66bcf97352de400ba8054257c25c301f2d604906 --- modules/codec/avcodec/video.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/codec/avcodec/video.c b/modules/codec/avcodec/video.c index 4f4d74fb6f..0829bfc6ee 100644 --- a/modules/codec/avcodec/video.c +++ b/modules/codec/avcodec/video.c @@ -48,7 +48,7 @@ #include <libavutil/stereo3d.h> -#include "../codec/cc.h" +#include "../cc.h" #define FRAME_INFO_DEPTH 64 struct frame_info_s _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
