[MPlayer-users] Undefined reference in ffmpeg & ass

Reimar Döffinger Reimar.Doeffinger at gmx.de
Wed Apr 13 00:58:55 CEST 2011


On Wed, Apr 13, 2011 at 12:31:24AM +0200, Tibor Simko wrote:
> Now the Makefile contains the following lines:
> OBJS-$(CONFIG_SRT_DECODER)             += srtdec.o ass.o
> OBJS-$(CONFIG_SRT_ENCODER)             += srtenc.o ass_split.o
> 
> Maybe it should be as the following:
> OBJS-$(CONFIG_SRT_DECODER)             += srtdec.o ass.o ass_split.o
> OBJS-$(CONFIG_SRT_ENCODER)             += srtenc.o ass_split.o

No, srtenc doesn't need it, assdec needs it.
Should be fixed.


More information about the MPlayer-users mailing list