Skip to content

Commit

Permalink
Try to fix debian slave by changing order of checks in configure
Browse files Browse the repository at this point in the history
  • Loading branch information
Beirdo committed May 8, 2012
1 parent d2b2eaa commit f04d226
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mythtv/configure
Expand Up @@ -3848,9 +3848,6 @@ fi
disabled zlib || check_lib zlib.h zlibVersion -lz || disable zlib
disabled bzlib || check_lib2 bzlib.h BZ2_bzlibVersion -lbz2 || disable bzlib

# Attempt to use libudev for mediamonitor
enabled libudev && check_lib2 libudev.h udev_new -ludev || disable libudev

enabled ffmpeg_pthreads && enable pthreads

# check for some common methods of building with pthread support
Expand Down Expand Up @@ -3882,6 +3879,9 @@ for thread in $THREADS_LIST; do
fi
done

# Attempt to use libudev for mediamonitor
enabled libudev && check_lib2 libudev.h udev_new -ludev || disable libudev

check_lib math.h sin -lm && LIBM="-lm"
disabled crystalhd || check_lib libcrystalhd/libcrystalhd_if.h DtsCrystalHDVersion -lcrystalhd || disable crystalhd
disabled vaapi || check_lib va/va.h vaInitialize -lva
Expand Down

0 comments on commit f04d226

Please sign in to comment.