Mercurial > mplayer.hg
view stream/cache2.h @ 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 | 3f0d00abc073 |
children | 3baf6a2283da |
line wrap: on
line source
#ifndef CACHE2_H #define CACHE2_H extern void cache_uninit(stream_t *s); #endif