mirror of https://github.com/mpv-player/mpv
Remove options not present in upstream config.h.in.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20623 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
9001703ad1
commit
8311333c06
|
@ -8,13 +8,6 @@
|
|||
|
||||
#else
|
||||
|
||||
/* Define if your processor stores words with the most significant
|
||||
byte first (like Motorola and SPARC, unlike Intel and VAX). */
|
||||
#undef WORDS_BIGENDIAN
|
||||
|
||||
/* Define if you have the <stddef.h> header file. */
|
||||
#define HAVE_STDDEF_H 1
|
||||
|
||||
/* Define if <extras/BSDI_dvdioctl/dvd.h> defines DVD_STRUCT. */
|
||||
#undef DVD_STRUCT_IN_BSDI_DVDIOCTL_DVD_H
|
||||
|
||||
|
@ -44,12 +37,5 @@
|
|||
|
||||
#endif /* HAVE_MPLAYER */
|
||||
|
||||
/* assert support */
|
||||
#undef HAVE_ASSERT_H
|
||||
|
||||
#ifndef HAVE_ASSERT_H
|
||||
#define assert( ... ) do {} while(0)
|
||||
#endif
|
||||
|
||||
/* Version number of package */
|
||||
#define VERSION "1.2.3"
|
||||
|
|
Loading…
Reference in New Issue