Skip to content

Commit

Permalink
Disable ffmpeg binary on Darwin, until non-portable code is fixed.
Browse files Browse the repository at this point in the history
  • Loading branch information
NigelPearson committed Dec 29, 2010
1 parent 5527301 commit 2dd13a3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mythtv/configure
Expand Up @@ -3070,6 +3070,7 @@ case $target_os in
enable backend
enable darwin
disable dvb
disable ffmpeg
# Prevent linker problems on default Intel 10.5 XCode:
ldver=$(ld -v 2>&1 | sed -e s/^[^-]*-//)
osxver=$(uname -r | cut -c 1)
Expand Down

1 comment on commit 2dd13a3

@NigelPearson
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Refs #9400.

Please sign in to comment.