Start unifying names of internal preprocessor directives.

Replace all USE_ prefixes by CONFIG_ prefixes to indicate
options which are configurable.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27373 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego
2008-07-30 12:01:30 +00:00
parent cbe1fcbf83
commit 4b141479da
114 changed files with 581 additions and 582 deletions

View File

@@ -3,7 +3,7 @@
#include "config.h"
#include <inttypes.h>
#ifdef USE_DVDREAD_INTERNAL
#ifdef CONFIG_DVDREAD_INTERNAL
#include <dvdread/ifo_types.h>
#else
#include <libdvdread/ifo_types.h>