diff options
author | Sven Gothel <[email protected]> | 2013-08-25 09:06:11 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2013-08-25 09:06:11 +0200 |
commit | 640dbb2e1780a6074b932a455252bb410e4393de (patch) | |
tree | 720da42ece2392cf734a1e48fe053e7bf558cf20 /make/build-jogl.xml | |
parent | d0aee05031cd52ad4f6753a8859a21e77845bc35 (diff) |
libav/ffmpeg: Move current lavc53.lavf53.lavu51 (version 8) header files to their sub-folders; Add lavc54.lavf54.lavu52 (version 9) header files
lavc54.lavf54.lavu52:
- Begin testing w/ version 9
- Header files are binary incompatible (data types)
Default is still lavc53.lavf53.lavu51
Diffstat (limited to 'make/build-jogl.xml')
-rw-r--r-- | make/build-jogl.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/make/build-jogl.xml b/make/build-jogl.xml index 835e3028c..c10a090d4 100644 --- a/make/build-jogl.xml +++ b/make/build-jogl.xml @@ -1500,7 +1500,8 @@ <includepath path="stub_includes/khr"/> <includepath path="stub_includes/egl"/> <includepath path="stub_includes/opengl"/> - <includepath path="stub_includes/libav" /> <!-- headers required by our libav/ffmpeg MediaPlayer impl. --> + <includepath path="stub_includes/libav/lavc53.lavf53.lavu51" /> <!-- headers required by our libav/ffmpeg MediaPlayer impl. using lavc53.lavf53.lavu51 --> + <!--includepath path="stub_includes/libav/lavc54.lavf54.lavu52" /--> <!-- headers required by our libav/ffmpeg MediaPlayer impl. using lavc54.lavf54.lavu52 --> <includepath path="stub_includes/openmax" if="setup.addNativeOpenMAX"/> <includepath path="stub_includes/cg" if="setup.addNativeNVidiaCG"/> |