diff options
author | Sven Gothel <[email protected]> | 2013-09-11 20:23:32 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2013-09-11 20:23:32 +0200 |
commit | 4b866d2686ab9c3fd7cf6708925b4663ad81e359 (patch) | |
tree | 996392bf3654e26ba1f73cd643d08a7e7d451b66 /make | |
parent | 5e3ee6c19a4291b309deb572d434f1c5df975024 (diff) |
Relocate FFMPEGNatives.initIDS0() -> FFMPEGStaticNatives.initIDS0(); Cleanup up warnings and includes (clang).
Diffstat (limited to 'make')
-rw-r--r-- | make/build-jogl.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/make/build-jogl.xml b/make/build-jogl.xml index 565d82fff..80df63765 100644 --- a/make/build-jogl.xml +++ b/make/build-jogl.xml @@ -1426,6 +1426,7 @@ <patternset id="c.src.files.@{version.lav}"> <include name="${rootrel.src.c}/JoglCommon.c"/> <include name="${rootrel.src.c.libav}/ffmpeg_dshow.c"/> + <include name="${rootrel.src.c.libav}/ffmpeg_static.c"/> <include name="${rootrel.src.c.libav}/ffmpeg_@{version.lav}.c"/> </patternset> |