ffmpeg: don't forget to install libavformat as well.
This commit is contained in:
parent
1039ed0650
commit
3bf4339d12
1 changed files with 1 additions and 0 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue