annotate libmpdvdkit2/config.h @ 20609:c90f6e02a589

Remove HAVE_MPLAYER check, we unconditionally compile with HAVE_MPLAYER set. Also remove the corresponding else case, it was unreachable.
author diego
date Fri, 03 Nov 2006 10:09:39 +0000
parents 72ca1c2facf3
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
7031
a1ff955aa49b importing libmpdvdkit files
arpi
parents:
diff changeset
1
20606
b3f6d34067c7 Sync some cosmetics from upstream.
diego
parents: 15874
diff changeset
2 /* Define to 1 if you have the <unistd.h> header file. */
7031
a1ff955aa49b importing libmpdvdkit files
arpi
parents:
diff changeset
3 #define HAVE_UNISTD_H 1
a1ff955aa49b importing libmpdvdkit files
arpi
parents:
diff changeset
4
a1ff955aa49b importing libmpdvdkit files
arpi
parents:
diff changeset
5 #include "../config.h"
a1ff955aa49b importing libmpdvdkit files
arpi
parents:
diff changeset
6
20606
b3f6d34067c7 Sync some cosmetics from upstream.
diego
parents: 15874
diff changeset
7 /* Version number of package */
20608
72ca1c2facf3 bump version number
diego
parents: 20607
diff changeset
8 #define VERSION "1.2.9"