Commit 4ff21256 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

DShow: Header File renaming

parent 77b92802
SOURCES_dshow = dshow.cpp common.h filter.cpp filter.h crossbar.cpp SOURCES_dshow = dshow.cpp access.h filter.cpp filter.h crossbar.cpp
...@@ -36,7 +36,7 @@ ...@@ -36,7 +36,7 @@
# define QACONTAINERFLAGS QACONTAINERFLAGS_ANOTHERSOMETHINGELSE # define QACONTAINERFLAGS QACONTAINERFLAGS_ANOTHERSOMETHINGELSE
#endif #endif
#include "common.h" #include "access.h"
......
...@@ -43,7 +43,7 @@ ...@@ -43,7 +43,7 @@
#include <vlc_dialog.h> /* dialog_Fatal */ #include <vlc_dialog.h> /* dialog_Fatal */
#include <vlc_charset.h> /* FromWide */ #include <vlc_charset.h> /* FromWide */
#include "common.h" #include "access.h"
#include "filter.h" #include "filter.h"
const GUID IID_IAMStreamConfig = {0xC6E13340, 0x30AC, 0x11d0, {0xA1, 0x8C, 0x00, 0xA0, 0xC9, 0x11, 0x89, 0x56}}; const GUID IID_IAMStreamConfig = {0xC6E13340, 0x30AC, 0x11d0, {0xA1, 0x8C, 0x00, 0xA0, 0xC9, 0x11, 0x89, 0x56}};
......
...@@ -37,7 +37,7 @@ ...@@ -37,7 +37,7 @@
# define QACONTAINERFLAGS QACONTAINERFLAGS_SOMETHINGELSE # define QACONTAINERFLAGS QACONTAINERFLAGS_SOMETHINGELSE
#endif #endif
#include "common.h" #include "access.h"
#include "filter.h" #include "filter.h"
#define DEBUG_DSHOW 1 #define DEBUG_DSHOW 1
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment