mirror of
https://github.com/mpv-player/mpv
synced 2025-02-07 15:41:55 +00:00
gcc 2.95.4 doesn't like VAR==value without spaces
patch by Martin Olschewski <olschewski@zpr.uni-koeln.de> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7246 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
6c6dfa5aee
commit
d53dbde7a4
@ -211,7 +211,7 @@ extern char * audio_stream;
|
||||
#ifdef USE_DVDREAD
|
||||
|
||||
#ifdef USE_MPDVDKIT
|
||||
#if USE_MPDVDKIT==2
|
||||
#if (USE_MPDVDKIT == 2)
|
||||
#include "../libmpdvdkit2/dvd_reader.h"
|
||||
#include "../libmpdvdkit2/ifo_types.h"
|
||||
#include "../libmpdvdkit2/ifo_read.h"
|
||||
|
Loading…
Reference in New Issue
Block a user