mirror of
https://github.com/mpv-player/mpv
synced 2024-12-18 21:06:00 +00:00
Remove some useless quotes from #error preprocessor directives.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26375 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
6ae33bc013
commit
f8b6baa57e
@ -9,7 +9,7 @@
|
||||
*/
|
||||
|
||||
#if !defined MPLAYER_DSP_H
|
||||
# error "Never use \"filter.h\" directly; include \"dsp.h\" instead"
|
||||
# error Never use filter.h directly; include dsp.h instead.
|
||||
#endif
|
||||
|
||||
#ifndef MPLAYER_FILTER_H
|
||||
|
@ -16,7 +16,7 @@
|
||||
*/
|
||||
|
||||
#if !defined MPLAYER_DSP_H
|
||||
# error "Never use \"window.h\" directly; include \"dsp.h\" instead"
|
||||
# error Never use window.h directly; include dsp.h instead.
|
||||
#endif
|
||||
|
||||
#ifndef MPLAYER_WINDOW_H
|
||||
|
Loading…
Reference in New Issue
Block a user