forked from mia/Aegisub
FFMS2: Missing #ifdef
Originally committed to SVN as r2956.
This commit is contained in:
parent
cd7932d6ee
commit
9d636c3cfb
1 changed files with 4 additions and 0 deletions
|
@ -84,6 +84,8 @@ public:
|
|||
const char *GetTrackCodec(int Track) { return mkv_GetTrackInfo(MF, Track)->CodecID; }
|
||||
};
|
||||
|
||||
#ifdef HAALISOURCE
|
||||
|
||||
class FFHaaliIndexer : public FFIndexer {
|
||||
private:
|
||||
int SourceMode;
|
||||
|
@ -102,4 +104,6 @@ public:
|
|||
const char *GetTrackCodec(int Track) { if (Codec[Track]) return Codec[Track]->name; else return "Unsupported codec/Unknown codec name"; }
|
||||
};
|
||||
|
||||
#endif // HAALISOURCE
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue