We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79adaf9 commit 6e050afCopy full SHA for 6e050af
Makefile.am
@@ -34,7 +34,6 @@ else
34
libmfx_la_SOURCES += \
35
src/mfx_va_glue.c \
36
src/mfx_critical_section_linux.cpp \
37
- src/mfx_library_iterator_linux.cpp \
38
src/mfx_load_dll_linux.cpp \
39
src/mfx_plugin_cfg_parser.cpp \
40
src/mfx_plugin_hive_linux.cpp
src/main.cpp
@@ -18,8 +18,10 @@
18
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
19
// SOFTWARE.
20
21
+#ifndef MFX_HAVE_LINUX
22
#include <windows.h>
23
#include <stringapiset.h>
24
+#endif
25
26
#include <new>
27
#include <memory>
0 commit comments