[vlc-commits] avcodec: fix local include path
Steve Lhomme
git at videolan.org
Wed Jun 19 07:09:13 CEST 2019
vlc | branch: master | Steve Lhomme <robux4 at ycbcr.xyz> | 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
More information about the vlc-commits
mailing list