Skip to content

Commit 180f316

Browse files
committed
Windows: export CodecContext and Context classes for dll
1 parent 4f33ea9 commit 180f316

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/AvTranscoder/option/CodecContext.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ namespace avtranscoder
1212
* @brief Wrapper of an AVCodecContext.
1313
* @note The AVCodecContext is allocated and free by the class. It is not the case of the base class.
1414
*/
15-
class CodecContext : public Context
15+
class AvExport CodecContext : public Context
1616
{
1717
public:
1818
CodecContext( int req_flags = 0 );

src/AvTranscoder/option/Context.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ namespace avtranscoder
1515
* @brief Wrapper of AVContext.
1616
* Can access Options through the corresponding context.
1717
*/
18-
class Context
18+
class AvExport Context
1919
{
2020
public:
2121
Context() {}

0 commit comments

Comments
 (0)