gstreamer/gst/yadif
Sebastian Dröge 010fd8a471 yadif: Fix compiler warning caused by specifying const twice
yadif.c:49:24: warning: duplicate 'const' declaration specifier [-Wduplicate-decl-specifier]
  DECLARE_ASM_CONST (16, const xmm_reg, pb_1) = {
                       ^
  yadif.c:33:50: note: expanded from macro 'DECLARE_ASM_CONST'
  #define DECLARE_ASM_CONST(n,t,v)    static const t __attribute__((used)) __attribute__ ((aligned (n))) v
                                                 ^
  yadif.c:52:24: warning: duplicate 'const' declaration specifier [-Wduplicate-decl-specifier]
  DECLARE_ASM_CONST (16, const xmm_reg, pw_1) = {
                       ^
  yadif.c:33:50: note: expanded from macro 'DECLARE_ASM_CONST'
  #define DECLARE_ASM_CONST(n,t,v)    static const t __attribute__((used)) __attribute__ ((aligned (n)))
2013-11-01 10:41:16 +01:00
..
gstyadif.c yadif: remove extra template code 2013-04-09 15:43:35 -07:00
gstyadif.h yadif: Add mode property 2013-02-12 12:23:03 -08:00
Makefile.am gst: Add better support for static plugins 2013-04-15 15:59:22 +02:00
vf_yadif.c yadif: Fix non-x86_64 builds 2013-02-12 11:48:21 -08:00
yadif.c yadif: Fix compiler warning caused by specifying const twice 2013-11-01 10:41:16 +01:00
yadif_template.c yadif: Add YADIF deinterlacing filter 2013-02-11 12:30:29 -08:00