Özkan Sezer
Özkan Sezer
Did some build testing using autotools (cross-compile on Linux). Here goes: - SDL_video_capture.m and SDL_video_capture.c names conflict: autofoo doesn't seem to differenciate. My solution: Renamed SDL_video_capture.m to SDL_videocap_apple.m, adjusted configury,...
OK, either way the same changes are in.
> A simple attempt to build on MacOS (./configure, make) failed. Did you run `./autogen.sh` before running configure?
> > A simple attempt to build on MacOS (./configure, make) failed. > > Did you run `./autogen.sh` before running configure? And here is a patch that just does that...
> I now get problems trying to compile the test program: [compile-output.txt](https://github.com/libsdl-org/SDL/files/8503884/compile-output.txt) I get the same thing trying to run `make testvideocapture`. That's because @1bsyl hasn't integrated the new capture...
> That's because @1bsyl hasn't integrated the new capture apis into `dynapi` yet. If you want to test things, do: ``` cd src/dynapi && ./gendynapi.pl cd ../.. ``` And then...
> I can build it now! Great! > It doesn't detect my camera. I'm on a macbook pro with an integrated webcam. When I click devices, it says number of...
> @sezero should I apply the previous [patch_configure.txt](https://github.com/libsdl-org/SDL/files/8503869/patch_configure.txt) I guess it makes it easier for people to test your branch, so yes
> Let's update to `//` comments and mixed declarations. > `/* */` comments are not enforced at the moment. Line comments are not a problem, provided they aren't used in...
Is this fixed already?