Skip to content

Commit d267ec5

Browse files
fix build using ffmpeg
1 parent c58c5bd commit d267ec5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/AvTranscoder/Description.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ std::map< std::string, std::vector<size_t> > getVersion()
5353
#else
5454
std::vector<size_t> swresampleVersion;
5555
swresampleVersion.push_back( LIBSWRESAMPLE_VERSION_MAJOR );
56-
swresampleVersion.push_back( LIBRESAMPLE_VERSION_MINOR );
57-
swresampleVersion.push_back( LIBRESAMPLE_VERSION_MICRO );
56+
swresampleVersion.push_back( LIBSWRESAMPLE_VERSION_MINOR );
57+
swresampleVersion.push_back( LIBSWRESAMPLE_VERSION_MICRO );
5858
#endif
5959

6060
version[ "avutil" ] = avutilVersion;

0 commit comments

Comments
 (0)