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

Build success, but error occur when running examples. #98

Closed VinciShark closed 8 years ago

VinciShark commented 8 years ago

image

auscaster commented 8 years ago

Please make sure the location of your ffmpeg dll files are in the system PATH.

Later when you go to release your application you will need to package them with the executable so others can run your application.

On 16 October 2016 at 20:18, Vinci notifications@github.com wrote:

[image: image] https://cloud.githubusercontent.com/assets/9538504/19419716/f63dcc32-940f-11e6-92b7-c5cd9eb21f71.png

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/sourcey/libsourcey/issues/98, or mute the thread https://github.com/notifications/unsubscribe-auth/AAGKDNawk54hBe6-GX4AeeL2hdF7jVVMks5q0mptgaJpZM4KYCfI .

VinciShark commented 8 years ago

I fix that. Windows need download two version of ffmpeg and add both to system path.