sourcey / libsourcey

C++14 evented IO libraries for high performance networking and media based applications
https://sourcey.com/libsourcey
GNU Lesser General Public License v2.1
1.32k stars 349 forks source link

Get libsourcey to compile on Linux without FFMPEG #100

Closed michaelfig closed 8 years ago

michaelfig commented 8 years ago

Most changes were to ifdef out references to FFMPEG data structures.

Also needed to add -lrt when compiling the UV components. There's probably a better platform way to test for this library, but I'm really not familiar with CMake.

Thanks, Michael.

auscaster commented 8 years ago

Thanks for your contribution Michael :) I'll merge it in and make a couple of tweaks to get tests running