summaryrefslogtreecommitdiff
path: root/src/libffmpeg/libavutil/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libffmpeg/libavutil/common.h')
-rw-r--r--src/libffmpeg/libavutil/common.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/libffmpeg/libavutil/common.h b/src/libffmpeg/libavutil/common.h
index 0c77aa26a..0d4346048 100644
--- a/src/libffmpeg/libavutil/common.h
+++ b/src/libffmpeg/libavutil/common.h
@@ -357,13 +357,6 @@ void av_freep(void *ptr);
# define always_inline
#endif
-/* xine: define ASMALIGN here since it's cleaner that generating it in the configure */
-#if HAVE_ASMALIGN_POT
-# define ASMALIGN(ZEROBITS) ".align " #ZEROBITS "\n\t"
-#else
-# define ASMALIGN(ZEROBITS) ".align 1<<" #ZEROBITS "\n\t"
-#endif
-
/* xine: another config.h with codecs to use */
#include "ffmpeg_config.h"