[vlc-commits] [Git][videolan/vlc][master] demux: avi: fix relative include paths

Jean-Baptiste Kempf (@jbk) gitlab at videolan.org
Wed Nov 9 16:38:44 UTC 2022



Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC


Commits:
e9f6e2ad by Marvin Scholz at 2022-11-09T16:21:19+00:00
demux: avi: fix relative include paths

- - - - -


1 changed file:

- modules/demux/avi/avi.c


Changes:

=====================================
modules/demux/avi/avi.c
=====================================
@@ -46,8 +46,8 @@
 #include "libavi.h"
 #include "../rawdv.h"
 #include "bitmapinfoheader.h"
-#include "../packetizer/h264_nal.h"
-#include "../packetizer/hevc_nal.h"
+#include "../../packetizer/h264_nal.h"
+#include "../../packetizer/hevc_nal.h"
 
 /*****************************************************************************
  * Module descriptor



View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/e9f6e2adb8ca9038320a8cd6ea849930b18a2054

-- 
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/e9f6e2adb8ca9038320a8cd6ea849930b18a2054
You're receiving this email because of your account on code.videolan.org.


VideoLAN code repository instance


More information about the vlc-commits mailing list