mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-09-19 01:36:12 +08:00
Merge pull request #4 from reboot/master
Compilation fails with wxWidgets below version 2.9.0
This commit is contained in:
+1
-1
@@ -58,7 +58,7 @@ esac
|
||||
|
||||
# checks for wx
|
||||
AM_OPTIONS_WXCONFIG
|
||||
reqwx=2.4.0
|
||||
reqwx=2.9.0
|
||||
AM_PATH_WXCONFIG($reqwx, wxWin=1)
|
||||
if test "$wxWin" != 1; then
|
||||
AC_MSG_ERROR([
|
||||
|
||||
Reference in New Issue
Block a user