annotate Gui/mplayer/pixmaps/empty1px.xpm @ 18503:abf8944d7db1

Add checks for 3DNow! and SSE compiler intrinsics to be used with FFmpeg. based on patch by Zuxy Meng zuxy(.)meng(@)gmail(.)com
author diego
date Sun, 14 May 2006 12:27:11 +0000
parents be3261b2bcf4
children 518b5935a909
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
13852
be3261b2bcf4 icons for the GUI context menu
diego
parents:
diff changeset
1 /* XPM */
be3261b2bcf4 icons for the GUI context menu
diego
parents:
diff changeset
2 static char * empty1px_xpm[] = {
be3261b2bcf4 icons for the GUI context menu
diego
parents:
diff changeset
3 "1 1 1 1",
be3261b2bcf4 icons for the GUI context menu
diego
parents:
diff changeset
4 " c None",
be3261b2bcf4 icons for the GUI context menu
diego
parents:
diff changeset
5 " "};