vlc | branch: master | Rémi Denis-Courmont <[email protected]> | Sun Feb 26 22:00:16 2017 +0200| [f1f74be375fc32613053758ea7c646ccde3f6357] | committer: Rémi Denis-Courmont
yadif: remove unused macro > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=f1f74be375fc32613053758ea7c646ccde3f6357 --- modules/video_filter/deinterlace/yadif.h | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/video_filter/deinterlace/yadif.h b/modules/video_filter/deinterlace/yadif.h index 4704809..59b7801 100644 --- a/modules/video_filter/deinterlace/yadif.h +++ b/modules/video_filter/deinterlace/yadif.h @@ -23,7 +23,6 @@ #endif #if defined(__GNUC__) -# define DECLARE_ALIGNED(n,t,v) t __attribute__ ((aligned (n))) v # define DECLARE_ASM_CONST(n,t,v) static const t __attribute__((used)) __attribute__ ((aligned (n))) v #elif defined(_MSC_VER) # define DECLARE_ASM_CONST(n,t,v) __declspec(align(n)) static const t v _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
