Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErik Auerswald <auerswal@unix-ag.uni-kl.de>2006-04-16 12:27:16 +0400
committerIvan Kalvachev <ikalvachev@gmail.com>2006-04-16 12:27:16 +0400
commit4ee5599fbacf7d94c7fa21eaa734fdfa834c388a (patch)
tree1a3e78f6242a2d623b886af27274e6c5ec15002b /postproc
parentfd925db3c8175a5f7edf9c8280d48d190843efe5 (diff)
10l in rgb2rgb_template.c
patch by Erik Auerswald <auerswal at unix-ag uni-kl de> Originally committed as revision 18111 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
Diffstat (limited to 'postproc')
-rw-r--r--postproc/rgb2rgb_template.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/postproc/rgb2rgb_template.c b/postproc/rgb2rgb_template.c
index d03493ca31..807da6166f 100644
--- a/postproc/rgb2rgb_template.c
+++ b/postproc/rgb2rgb_template.c
@@ -45,7 +45,7 @@
#ifdef __APPLE__
#define PREFETCH "#"
#define PREFETCHW "#"
-#elif
+#else
#define PREFETCH "/nop"
#define PREFETCHW "/nop"
#endif
@@ -65,7 +65,7 @@
#define MOVNTQ "movq"
#ifdef __APPLE__
#define SFENCE "#"
-#elif
+#else
#define SFENCE "/nop"
#endif
#endif