Skip to content

Commit 9d11be9

Browse files
committed
Fix MacOS??
1 parent ea94bab commit 9d11be9

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/torchcodec/_core/AVIOContextHolder.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
#pragma once
88

99
#include "FFMPEGCommon.h"
10+
#include "StableABICompat.h"
1011

1112
namespace facebook::torchcodec {
1213

@@ -34,7 +35,7 @@ namespace facebook::torchcodec {
3435
// 3. A generic handle for those that just need to manage having access to an
3536
// AVIOContext, but aren't necessarily concerned with how it was customized:
3637
// typically, the SingleStreamDecoder.
37-
class AVIOContextHolder {
38+
class FORCE_PUBLIC_VISIBILITY AVIOContextHolder {
3839
public:
3940
virtual ~AVIOContextHolder();
4041
AVIOContext* getAVIOContext();

0 commit comments

Comments
 (0)