Commit ddd93218 authored by Gildas Bazin's avatar Gildas Bazin

compilation fixes.

parent e02eb7d9
......@@ -59,7 +59,7 @@ static void DoWork ( aout_instance_t *, aout_filter_t *, aout_buffer_t *,
vlc_module_begin();
set_description( N_("headphone channel mixer with virtual spatialization effect") );
set_shorname( _("Headphone effect") );
set_shortname( _("Headphone effect") );
set_category( CAT_AUDIO );
set_subcategory( SUBCAT_AUDIO_AFILTER );
......
......@@ -35,6 +35,10 @@
#include "filter_common.h"
#include "vlc_image.h"
#ifdef LoadImage
# undef LoadImage
#endif
/*****************************************************************************
* Local prototypes
*****************************************************************************/
......
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