File tree Expand file tree Collapse file tree
src/game/client/videoservices Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2222 SOFTWARE.
2323*/
2424
25+
2526#ifndef VPXDECODER_HPP
2627#define VPXDECODER_HPP
2728#if defined( _WIN32 )
3031
3132#include " WebMDemuxer.hpp"
3233
34+
3335struct vpx_codec_ctx ;
3436
3537class VPXDecoder
Original file line number Diff line number Diff line change 2222 SOFTWARE.
2323*/
2424
25+
2526#ifndef WEBMDEMUXER_HPP
2627#define WEBMDEMUXER_HPP
2728#if defined( _WIN32 )
3031
3132#include < stddef.h>
3233
34+
3335namespace mkvparser {
3436 class IMkvReader ;
3537 class Segment ;
Original file line number Diff line number Diff line change @@ -206,12 +206,7 @@ class CVideoMaterial : public IVideoMaterial
206206 unsigned int m_currentFrame;
207207 CUtlQueue< WebMFrame*> m_videoFrames;
208208
209- #ifdef _LINUX
210- SDL_AudioSpec* m_pAudioDevice;
211- Uint8* m_pAudioBuffer;
212-
213- SDL_AudioStream *m_pSDLAudioStream;
214- #elif _WIN32
209+ #ifdef _WIN32
215210 IDirectSound* m_pAudioDevice;
216211 IDirectSoundBuffer* m_pAudioBuffer;
217212
Original file line number Diff line number Diff line change 2121#ifdef _WIN32
2222 #include < Windows.h>
2323 #include " dsound.h"
24- #elif _LINUX
25- #include " SDL2/SDL_audio.h"
2624#endif
2725
2826class CVideoMaterial ;
You can’t perform that action at this time.
0 commit comments