diff options
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 |