summaryrefslogtreecommitdiffstats
path: root/libvo/osd_template.c
diff options
context:
space:
mode:
Diffstat (limited to 'libvo/osd_template.c')
-rw-r--r--libvo/osd_template.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libvo/osd_template.c b/libvo/osd_template.c
index 39a682fc5b..45a318b745 100644
--- a/libvo/osd_template.c
+++ b/libvo/osd_template.c
@@ -16,8 +16,8 @@
#define PREFETCHW "prefetcht0"
#define PAVGB "pavgb"
#else
-#define PREFETCH "/nop"
-#define PREFETCHW "/nop"
+#define PREFETCH " # nop"
+#define PREFETCHW " # nop"
#endif
#ifdef HAVE_3DNOW