Skip to content

Commit dc26084

Browse files
committed
configure: don't add -luuid for Cineform on mac
1 parent 0307b9c commit dc26084

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3208,7 +3208,7 @@ fi
32083208
if test "$FOUND_CINEFORM" = yes; then
32093209
CINEFORM_CFLAGS="$CINEFORM_CFLAGS -I${CINEFORM_PATH}/Common/"
32103210

3211-
if test $system != Windows
3211+
if test "$system" = Linux
32123212
then
32133213
CINEFORM_LIBS="${CINEFORM_LIBS} -luuid"
32143214
fi

0 commit comments

Comments
 (0)