view libmpcodecs/vd_vfwex.c @ 24793:a77d2ba096f0

Disable libavcodec libvorbis encoder MPlayer's configure does not test and set variables required by the encoder properly (never links with -lvorbisenc for example). Disable it completely to fix broken compilation in cases where it was enabled. Support for the libvorbis encoder could be a desirable feature as it can produce better quality audio than libavcodec's own encoder, but implementing that properly would require more work.
author uau
date Sat, 20 Oct 2007 16:03:12 +0000
parents 3e7a601c5874
children
line wrap: on
line source


#define BUILD_VFWEX 1

#include "vd_vfw.c"