Commit 3bc7c39c authored by Laurent Aimar's avatar Laurent Aimar

Temporary workaround for video filter wrapper in qt4 (puzzle).

parent 048e2d91
......@@ -257,7 +257,8 @@ void ExtVideo::ChangeVFiltersString( const char *psz_name, bool b_add )
/* FIXME temporary hack */
const char *psz_module_name = psz_name;
if( !strcmp( psz_name, "magnify" ) )
if( !strcmp( psz_name, "magnify" ) ||
!strcmp( psz_name, "puzzle" ) )
psz_module_name = "video_filter_wrapper";
module_t *p_obj = module_find( psz_module_name );
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment