Hi, today i tried to compile the bitstreamout plugin but it do not work. i'll get the following error: fernsehkiste:/usr/src/VDR# make plugins make[1]: Entering directory `/usr/src/vdr-1.3.18/PLUGINS/src/bitstreamout' make[1]: Leaving directory `/usr/src/vdr-1.3.18/PLUGINS/src/bitstreamout' make[1]: Entering directory `/usr/src/vdr-1.3.18/PLUGINS/src/bitstreamout' bitstreamout Version 0.70 g++ -g -O2 -Wall -Woverloaded-virtual -fPIC -DPIC -c -DPLUGIN_NAME_I18N='"bitstreamout"' -D_GNU_SOURCE -I../../../include -I../DVB/include bitstreamout.c g++ -g -O2 -Wall -Woverloaded-virtual -fPIC -DPIC -c -DPLUGIN_NAME_I18N='"bitstreamout"' -D_GNU_SOURCE -I../../../include -I../DVB/include iec60958.c g++ -g -O2 -Wall -Woverloaded-virtual -fPIC -DPIC -c -DPLUGIN_NAME_I18N='"bitstreamout"' -D_GNU_SOURCE -I../../../include -I../DVB/include ac3.c g++ -g -O2 -Wall -Woverloaded-virtual -fPIC -DPIC -c -DPLUGIN_NAME_I18N='"bitstreamout"' -D_GNU_SOURCE -I../../../include -I../DVB/include dts.c g++ -g -O2 -Wall -Woverloaded-virtual -fPIC -DPIC -c -DPLUGIN_NAME_I18N='"bitstreamout"' -D_GNU_SOURCE -I../../../include -I../DVB/include lpcm.c g++ -g -O2 -Wall -Woverloaded-virtual -fPIC -DPIC -c -DPLUGIN_NAME_I18N='"bitstreamout"' -D_GNU_SOURCE -I../../../include -I../DVB/include channel.c channel.c: In static member function `static bool cChannelOutSPDif::GetCurrentAudioTrack(uint_16&, const char*&, cChannel*)': channel.c:993: error: `MAXDPIDS' undeclared (first use this function) channel.c:993: error: (Each undeclared identifier is reported only once for each function it appears in.) make[1]: *** [channel.o] Error 1 make[1]: Leaving directory `/usr/src/vdr-1.3.18/PLUGINS/src/bitstreamout' make: *** [plugins] Error 2 does anyone have an idea how to solve this problem? cya, Tilo