Skip to content

Commit 8a7fd6d

Browse files
committed
Build fixes for OSX. Need a bunch of other libraries
to link with libmythmetadata to make it actually link.
1 parent e5ceb0f commit 8a7fd6d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

mythtv/libs/libmythmetadata/libmythmetadata.pro

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,14 @@ LIBS += -L../libmythfreesurround -lmythfreesurround-$${LIBVERSION}
4040
LIBS += -L../../external/FFmpeg/libavcodec -lmythavcodec
4141
LIBS += -L../../external/FFmpeg/libavcore -lmythavcore
4242
LIBS += -L../../external/FFmpeg/libavutil -lmythavutil
43+
LIBS += -L../../external/FFmpeg/libavformat -lmythavformat
4344
LIBS += -L../libmyth -lmyth-$${LIBVERSION}
4445
LIBS += -L../libmythtv -lmythtv-$${LIBVERSION}
4546
LIBS += -L../libmythbluray -lmythbluray-$${LIBVERSION}
47+
LIBS += -L../../external/FFmpeg/libswscale -lmythswscale
48+
LIBS += -L../libmythfreemheg -lmythfreemheg-$${LIBVERSION}
49+
LIBS += -L../libmythlivemedia -lmythlivemedia-$${LIBVERSION}
50+
LIBS += -L../libmythhdhomerun -lmythhdhomerun-$${LIBVERSION}
4651

4752
mingw {
4853

0 commit comments

Comments
 (0)