ffmpeg: don't forget to install libavformat as well.

This commit is contained in:
Mathieu Virbel 2015-02-22 18:57:04 +01:00
parent 1039ed0650
commit 3bf4339d12

View file

@ -12,6 +12,7 @@ class FFMpegRecipe(Recipe):
"libavcodec/libavcodec.a",
"libavdevice/libavdevice.a",
"libavfilter/libavfilter.a",
"libavformat/libavformat.a",
"libavresample/libavresample.a",
"libavutil/libavutil.a",
"libswresample/libswresample.a",