Skip to content

Commit

Permalink
Merge pull request #77 from maximd33/master
Browse files Browse the repository at this point in the history
Fixing linux build errors
  • Loading branch information
maximd33 authored Sep 3, 2020
2 parents 79adaf9 + 6e050af commit f48fb97
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ else
libmfx_la_SOURCES += \
src/mfx_va_glue.c \
src/mfx_critical_section_linux.cpp \
src/mfx_library_iterator_linux.cpp \
src/mfx_load_dll_linux.cpp \
src/mfx_plugin_cfg_parser.cpp \
src/mfx_plugin_hive_linux.cpp
Expand Down
2 changes: 2 additions & 0 deletions src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,10 @@
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
// SOFTWARE.

#ifndef MFX_HAVE_LINUX
#include <windows.h>
#include <stringapiset.h>
#endif

#include <new>
#include <memory>
Expand Down

0 comments on commit f48fb97

Please sign in to comment.