Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Configuration and segfault fixes #2

Open
wants to merge 9 commits into
base: master
Choose a base branch
from
Open

Configuration and segfault fixes #2

wants to merge 9 commits into from

Commits on Oct 13, 2011

  1. configure: readline check should set LDFLAGSCLI.

    Georgi Chorbadzhiyski committed Oct 13, 2011
    Configuration menu
    Copy the full SHA
    5d4eda9 View commit details
    Browse the repository at this point in the history
  2. configure: Check if readline needs ncurses.

    On Slackware readline library is linked with ncurses and when -lncurses
    is missing from readline check the check fails.
    Georgi Chorbadzhiyski committed Oct 13, 2011
    Configuration menu
    Copy the full SHA
    eceddab View commit details
    Browse the repository at this point in the history
  3. obe: Do not try to free mux thread resources if the thread is not sta…

    …rted.
    
    This prevents segfault on exit from obecli.
    Georgi Chorbadzhiyski committed Oct 13, 2011
    Configuration menu
    Copy the full SHA
    3307de3 View commit details
    Browse the repository at this point in the history
  4. configure: Use cc_check to check if DeckLink API library exists.

    Georgi Chorbadzhiyski committed Oct 13, 2011
    Configuration menu
    Copy the full SHA
    1dc055a View commit details
    Browse the repository at this point in the history
  5. obecli: Add quit command.

    Georgi Chorbadzhiyski committed Oct 13, 2011
    Configuration menu
    Copy the full SHA
    b5c784d View commit details
    Browse the repository at this point in the history
  6. configure: Remove temporary file created by the checks.

    Georgi Chorbadzhiyski committed Oct 13, 2011
    Configuration menu
    Copy the full SHA
    b82f720 View commit details
    Browse the repository at this point in the history
  7. gitignore: Add obecli to ignored files.

    Georgi Chorbadzhiyski committed Oct 13, 2011
    Configuration menu
    Copy the full SHA
    49a318d View commit details
    Browse the repository at this point in the history
  8. obe: Do not try to cancel not initialized device threads.

    This prevents segfault on exit from obecli.
    Georgi Chorbadzhiyski committed Oct 13, 2011
    Configuration menu
    Copy the full SHA
    9362b74 View commit details
    Browse the repository at this point in the history
  9. decklink: Remove sleep in probe_stream().

    With this sleep obe segfaults when trying run probe.
    Georgi Chorbadzhiyski committed Oct 13, 2011
    Configuration menu
    Copy the full SHA
    a0ebb76 View commit details
    Browse the repository at this point in the history