mirror of
https://github.com/mpv-player/mpv
synced 2024-12-15 19:35:49 +00:00
error message if ./configure wasn't ran
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@592 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
a117de685c
commit
2dd1617947
@ -25,6 +25,12 @@
|
||||
#include "version.h"
|
||||
#include "config.h"
|
||||
|
||||
#ifndef OUTBURST
|
||||
#error "============================================="
|
||||
#error "Please re-run ./configure and then try again!"
|
||||
#error "============================================="
|
||||
#endif
|
||||
|
||||
#include "cfgparser.h"
|
||||
#include "cfg-mplayer-def.h"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user