Am Samstag 23 April 2005 18:30 schrieb larsene: > Hi, > > I've just try to upgrade from vdr_1.3.19 to vdr_1.3.23. > So I've download last cvs from em8300 > (cvs -z3 -d :pserver:anonymous@xxxxxxxxxxxxxxxxxxx:/cvsroot/dxr3 co em8300) > cd em8300/modules > make > make install > cd ../em8300setup > gcc em8300setup.c -o em8300setup -I../include > cp em8300setup /usr/local/bin > cp ../modules/em8300.uc /usr/share/misc > cd ../modules > ./ldm > em8300setup > --> > Microcode uploaded to /dev/em8300-0 > Current settings are: > Video Aspect Audio Spu > PAL 4:3 ANALOG OFF) > > then same thing with dxr3 plugin from cvs > (cvs -z9 -d:pserver:anonymous@xxxxxxxxxxxxxxxxxxx:/cvsroot/dxr3plugin co -r > vdr-dxr3-0-2 dxr3 > Modified the path in Makefile, > cd /usr/local/src/VDR > make plugins > ) > > I saw no errors during the make. > I started vdr, and the tv picture was ok, but i had no sound... > > Did I forget something, or is there a patch or something to turn on my > sound? (It was done (cvs download) this evening (April 23)) > > Thanks, > > L_arsene ;) > Hi I had the same problem some time ago. Ensure you have a recent libavcodec, the /usr/include/avcodec.h fits to your libavcodec.so and in the dxr3-plugin Makefile you have the correct path to your FFMpeg directory. Then it should work. S.