test projects for glash team
flow toolchain depends on - libpng - ffmpeg
-
https://ffmpeg.zeranoe.com/builds/ - downloading shared & dev builds x86/x64 depending on cygwin version
-
dev package: copy everything from include folder to cygwin's /usr/include
-
dev package: copy everything from lib folder to cygwin's /lib/
-
shared package: copy bin/*.dll to the folder with exe file of your program
-
To compile libavtest (e.g.) use
gcc libavtest.c -lavformat -lavutil -o libavtest.exe