[vlc-commits] yadif: remove unused macro
Rémi Denis-Courmont
git at videolan.org
Sun Feb 26 21:00:26 CET 2017
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | 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
More information about the vlc-commits
mailing list