mpv/stream
Stefano Pigozzi 37388ebb0e configure: uniform the defines to #define HAVE_xxx (0|1)
The configure followed 5 different convetions of defines because the next guy
always wanted to introduce a new better way to uniform it[1]. For an
hypothetic feature 'hurr' you could have had:

  * #define HAVE_HURR 1   / #undef HAVE_DURR
  * #define HAVE_HURR     / #undef HAVE_DURR
  * #define CONFIG_HURR 1 / #undef CONFIG_DURR
  * #define HAVE_HURR 1   / #define HAVE_DURR 0
  * #define CONFIG_HURR 1 / #define CONFIG_DURR 0

All is now uniform and uses:
  * #define HAVE_HURR 1
  * #define HAVE_DURR 0

We like definining to 0 as opposed to `undef` bcause it can help spot typos
and is very helpful when doing big reorganizations in the code.

[1]: http://xkcd.com/927/ related
2013-11-03 21:59:54 +01:00
..
ai_alsa1x.c
ai_oss.c
ai_sndio.c
audio_in.c
audio_in.h
cache.c
cdd.h
cdinfo.c
cookies.c
cookies.h
dvb_tune.c
dvb_tune.h
dvbin.h
frequencies.c
frequencies.h
pvr.h
rar.c Enable -Wshadow 2013-11-01 13:00:15 +01:00
rar.h stream: add uncompressed rar support 2013-08-26 10:09:46 +02:00
stream.c
stream.h
stream_avdevice.c
stream_bluray.c
stream_cdda.c
stream_dvb.c
stream_dvd.c
stream_dvd.h core: move contents to mpvcore (2/2) 2013-08-06 22:52:31 +02:00
stream_dvd_common.c
stream_dvd_common.h
stream_file.c
stream_lavf.c
stream_memory.c
stream_mf.c
stream_null.c
stream_pvr.c
stream_radio.c configure: uniform the defines to #define HAVE_xxx (0|1) 2013-11-03 21:59:54 +01:00
stream_radio.h
stream_rar.c
stream_smb.c
stream_tv.c
stream_vcd.c mplayer: attempt to make playback resume work with DVD/BD 2013-09-22 03:31:25 +02:00
tv.c
tv.h
tvi_def.h
tvi_dummy.c
tvi_v4l2.c
vcd_read.h
vcd_read_darwin.h
vcd_read_fbsd.h
vcd_read_win32.h