diff --git a/spa/plugins/ffmpeg/meson.build b/spa/plugins/ffmpeg/meson.build index 29adfdc56..c382758c7 100644 --- a/spa/plugins/ffmpeg/meson.build +++ b/spa/plugins/ffmpeg/meson.build @@ -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'))