Skip to content

Commit

Permalink
Merge pull request #81 from maximd33/master
Browse files Browse the repository at this point in the history
API 1.34
  • Loading branch information
maximd33 authored Sep 24, 2020
2 parents 3ecc413 + 25bde3f commit 2cd279f
Show file tree
Hide file tree
Showing 38 changed files with 930 additions and 1,099 deletions.
4 changes: 3 additions & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@ libmfx_la_SOURCES = \
src/mfx_library_iterator.cpp \
src/mfx_load_dll.cpp \
src/mfx_win_reg_key.cpp \
src/mfx_plugin_hive.cpp
src/mfx_plugin_hive.cpp \
src/mfx_driver_store_loader.h \
src/mfx_driver_store_loader.cpp
else
libmfx_la_SOURCES = \
src/mfxloader.cpp \
Expand Down
6 changes: 3 additions & 3 deletions configure.ac
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
AC_PREREQ([2.53])

AC_INIT([libmfx], [1.32])
AC_INIT([libmfx], [1.34])
AC_CONFIG_SRCDIR([src/mfx_dispatcher.cpp])
AM_INIT_AUTOMAKE([foreign subdir-objects])

Expand All @@ -15,13 +15,13 @@ AS_CASE([${host_os}],
[*mingw*], [
AC_DEFINE([MFX_HAVE_WINDOWS])
AM_CONDITIONAL([WINDOWS], [true])
DLLIB=""
DLLIB="-lole32 -luuid"
],
[*cygwin*], [
AC_DEFINE([MFX_HAVE_WINDOWS])
AC_DEFINE([_MAX_PATH], [MAX_PATH])
AM_CONDITIONAL([WINDOWS], [true])
DLLIB=""
DLLIB="-lole32 -luuid"
],
[AC_MSG_ERROR([${host_os} not supported.])]
)
Expand Down
35 changes: 0 additions & 35 deletions libmfx.sln

This file was deleted.

Loading

0 comments on commit 2cd279f

Please sign in to comment.