[mythtv] Compile error svn 7171

Marcus Gustafsson tgreem at swipnet.se
Mon Aug 29 20:15:38 UTC 2005


Hi,

Been getting this error for some time now, might be my own fault somehow 
allthough I don't know how it might, so don't hit me too hard if it is 
:) . This is with revision 7171 by the way.

------------------------Compile error snip------------------------------

NuppelVideoRecorder.cpp: In member function `int 
NuppelVideoRecorder::AudioInit(bool)':
NuppelVideoRecorder.cpp:637: error: `SNDCTL_DSP_SETFRAGMENT' undeclared 
(first use this function)
NuppelVideoRecorder.cpp:637: error: (Each undeclared identifier is 
reported only once for each function it appears in.)
NuppelVideoRecorder.cpp:639: error: `AFMT_S16_LE' undeclared (first use 
this function)
NuppelVideoRecorder.cpp:640: error: `SNDCTL_DSP_SETFMT' undeclared 
(first use this function)
NuppelVideoRecorder.cpp:648: error: `SNDCTL_DSP_SAMPLESIZE' undeclared 
(first use this function)
NuppelVideoRecorder.cpp:649: error: `SNDCTL_DSP_CHANNELS' undeclared 
(first use this function)
NuppelVideoRecorder.cpp:650: error: `SNDCTL_DSP_SPEED' undeclared (first 
use this function)
NuppelVideoRecorder.cpp:661: error: `SNDCTL_DSP_GETBLKSIZE' undeclared 
(first use this function)
NuppelVideoRecorder.cpp: In member function `void 
NuppelVideoRecorder::doAudioThread()':
NuppelVideoRecorder.cpp:2089: error: `audio_buf_info' undeclared (first 
use this function)
NuppelVideoRecorder.cpp:2089: error: expected `;' before "ispace"
NuppelVideoRecorder.cpp:2106: error: `SNDCTL_DSP_SETFRAGMENT' undeclared 
(first use this function)
NuppelVideoRecorder.cpp:2108: error: `AFMT_S16_LE' undeclared (first use 
this function)
NuppelVideoRecorder.cpp:2109: error: `SNDCTL_DSP_SETFMT' undeclared 
(first use this function)
NuppelVideoRecorder.cpp:2117: error: `SNDCTL_DSP_SAMPLESIZE' undeclared 
(first use this function)
NuppelVideoRecorder.cpp:2118: error: `SNDCTL_DSP_CHANNELS' undeclared 
(first use this function)
NuppelVideoRecorder.cpp:2119: error: `SNDCTL_DSP_SPEED' undeclared 
(first use this function)
NuppelVideoRecorder.cpp:2131: error: `SNDCTL_DSP_GETBLKSIZE' undeclared 
(first use this function)
NuppelVideoRecorder.cpp:2151: error: `SNDCTL_DSP_SETTRIGGER' undeclared 
(first use this function)
NuppelVideoRecorder.cpp:2153: error: `PCM_ENABLE_INPUT' undeclared 
(first use this function)
NuppelVideoRecorder.cpp:2181: error: `SNDCTL_DSP_GETISPACE' undeclared 
(first use this function)
NuppelVideoRecorder.cpp:2181: error: `ispace' undeclared (first use this 
function)

-----------------------end compile error snip---------------------------


More information about the mythtv-dev mailing list