0
0
mirror of https://github.com/obsproject/obs-studio.git synced 2024-09-20 13:08:50 +02:00
obs-studio/obs
Zachary Lund 5f5404f8cb Fixes issues with autoconf
In particular, it removes any deprecated functionality
wxWidgets only documents their deprecated m4 macros and gives a poor example
Also to note in regard to wxWidgets, I removed any unneeded libraries from the linker line.

Any warning messages provided by autoconf has been supressed in the most appropriate manner possible.
2013-12-27 16:41:01 -06:00
..
forms change 'properties' icon on basic main window toolbars 2013-12-23 18:59:16 -07:00
CMakeLists.txt rename platform-nix.cpp to platform-x11.cpp 2013-12-26 23:14:03 -07:00
makefile.am Fixes issues with autoconf 2013-12-27 16:41:01 -06:00
obs-app.cpp change os_get_home_path to a better and more clear function, os_get_config_path 2013-12-23 18:59:54 -07:00
obs-app.hpp apply configure video settings on startup 2013-12-22 23:40:07 -07:00
platform-osx.mm updated obs platform files 2013-12-16 16:04:51 +01:00
platform-windows.cpp add code to select renderer 2013-12-17 02:08:41 -07:00
platform-x11.cpp rename platform-nix.cpp to platform-x11.cpp 2013-12-26 23:14:03 -07:00
platform.hpp updated obs platform files 2013-12-16 16:04:51 +01:00
settings-basic-general.cpp apply configure video settings on startup 2013-12-22 23:40:07 -07:00
settings-basic-video.cpp add 25 FPS to 'common FPS' list, clean up window initialization for it 2013-12-22 23:45:47 -07:00
settings-basic.cpp finish up preliminary settings stuff 2013-12-18 12:09:20 -07:00
settings-basic.hpp finish up preliminary settings stuff 2013-12-18 12:09:20 -07:00
settings.hpp finish up preliminary settings stuff 2013-12-18 12:09:20 -07:00
window-main-basic.cpp fix OBSBasic::AddScene function declaration 2013-12-26 04:29:57 -07:00
window-main-basic.hpp fill in rest of signal/callback/proc 2013-12-26 04:26:17 -07:00
window-settings-basic.cpp made a few more settings UI tweaks 2013-12-17 18:19:24 -07:00
window-settings-basic.hpp add in code for OK/Cancel/Apply buttons in basic settings window 2013-12-17 13:56:58 -07:00
wx-subclass.cpp Added preliminary settings window form 2013-12-10 11:21:34 -07:00
wx-subclass.hpp add settings data for general page, query available languages 2013-12-12 21:47:42 -07:00
wx-wrappers.cpp fixed locale code, added locale files, made wx use locale files, fixed some bugs, and added platform-specific files to the main program 2013-12-07 10:22:56 -07:00
wx-wrappers.hpp updated c++11 compatibility for raii wrappers 2013-12-16 01:59:07 +01:00