mirror of
https://github.com/mpv-player/mpv.git
synced 2025-12-28 05:33:14 +00:00
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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user