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 /src/jogl/native/libav/ffmpeg_dshow.h | |
parent | 5e3ee6c19a4291b309deb572d434f1c5df975024 (diff) |
Relocate FFMPEGNatives.initIDS0() -> FFMPEGStaticNatives.initIDS0(); Cleanup up warnings and includes (clang).
Diffstat (limited to 'src/jogl/native/libav/ffmpeg_dshow.h')
-rw-r--r-- | src/jogl/native/libav/ffmpeg_dshow.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/jogl/native/libav/ffmpeg_dshow.h b/src/jogl/native/libav/ffmpeg_dshow.h index e4ef7096b..44524bf4b 100644 --- a/src/jogl/native/libav/ffmpeg_dshow.h +++ b/src/jogl/native/libav/ffmpeg_dshow.h @@ -26,8 +26,8 @@ * or implied, of JogAmp Community. */ -#ifndef _FFMPEG_TOOL_H -#define _FFMPEG_TOOL_H +#ifndef _FFMPEG_DSHOW_H +#define _FFMPEG_DSHOW_H #ifdef _WIN32 @@ -43,5 +43,5 @@ extern int findDShowVideoDevice(char * dest, int destSize, int devIdx, int verbose); -#endif // _FFMPEG_TOOL_H +#endif // _FFMPEG_DSHOW_H |