Skip to content

Commit

Permalink
dummy Movie class when compiled without vorbis support. fixes Wargus#396
Browse files Browse the repository at this point in the history
  • Loading branch information
timfel authored and andreas-volz committed Feb 28, 2023
1 parent 260df26 commit 222db17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/include/movie.h
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ extern int VorbisProcessData(OggData *data, char *buffer);

#endif // USE_VORBIS

#ifndef USE_THEORA
#if !defined(USE_THEORA) || !defined(USE_VORBIS)
/// empty class for lua scripts
class Movie : public gcn::Image
{
Expand Down

0 comments on commit 222db17

Please sign in to comment.