Skip to content

Commit

Permalink
Issue #84, PR #111: using GG_EXPORTS macro when defining VideoSourceF…
Browse files Browse the repository at this point in the history
…Fmpeg
  • Loading branch information
dzhoshkun committed May 2, 2019
1 parent e866c11 commit daab625
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/ffmpeg/ffmpeg_video_source.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#pragma once

#include "exports.h"
#include "ivideosource.h"
#include "broadcastdaemon.h"
extern "C"
Expand All @@ -16,7 +17,7 @@ namespace gg
//! \brief Uses FFmpeg for streaming video from
//! compatible sources such as video files
//!
class VideoSourceFFmpeg : public IVideoSource
class GG_EXPORTS VideoSourceFFmpeg : public IVideoSource
{
protected:
//!
Expand Down

0 comments on commit daab625

Please sign in to comment.