Skip to content

Commit 06dcdc8

Browse files
committed
[JNI] Add ffmpeg libavformat source dir to include paths
isom.h (copied by patch_ffmpeg.sh) includes internal.h and packet_internal.h which are private ffmpeg headers not installed by 'make install'. Add ffmpeg/libavformat to include paths so these resolve from the source tree.
1 parent e6f9340 commit 06dcdc8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

TMessagesProj/jni/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -415,6 +415,7 @@ target_include_directories(${NATIVE_LIB} PUBLIC
415415
third_party/libyuv/include
416416
libressl/include
417417
ffmpeg/build/${ANDROID_ABI}/include
418+
ffmpeg/libavformat
418419
libvpx/build/${ANDROID_ABI}/include
419420
emoji
420421
exoplayer/include

0 commit comments

Comments
 (0)