ffmpeg: fix install dir

This commit is contained in:
Wim Taymans 2020-01-30 17:50:45 +01:00
parent cd21f5292b
commit 3d8eaf8e02

View file

@ -7,4 +7,4 @@ ffmpeglib = shared_library('spa-ffmpeg',
include_directories : [spa_inc],
dependencies : [ avcodec_dep, avformat_dep ],
install : true,
install_dir : join_paths(spa_plugindir, 'fmmpeg'))
install_dir : join_paths(spa_plugindir, 'ffmpeg'))