Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: timvideos/gst-switch
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 6e7d9003e2f9
Choose a base ref
...
head repository: timvideos/gst-switch
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: ebbf7288036a
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Jan 7, 2015

  1. Copy the full SHA
    5cdcd9f View commit details

Commits on Jan 8, 2015

  1. Merge pull request #94 from deeprave/master

    Add missing CFLAGS/LDFLAGS for test_gstcomposite test
    mithro committed Jan 8, 2015
    Copy the full SHA
    ebbf728 View commit details
Showing with 3 additions and 0 deletions.
  1. +3 −0 tests/unit/Makefile.am
3 changes: 3 additions & 0 deletions tests/unit/Makefile.am
Original file line number Diff line number Diff line change
@@ -9,6 +9,9 @@ test_gstrecorder_filename_SOURCES = test_gstrecorder_filename.c ../../tools/gstw
test_gstrecorder_filename_CFLAGS = -fprofile-arcs $(GST_CFLAGS) $(GST_BASE_CFLAGS) \
$(GCOV_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS) -DLOG_PREFIX="\"./tests\""
test_gstrecorder_filename_LDFLAGS = $(GCOV_LFLAGS)
test_gstcomposite_CFLAGS = $(GST_CFLAGS) $(GST_BASE_CFLAGS) \
$(GCOV_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS) -DLOG_PREFIX="\"./tests\""
test_gstcomposite_LDFLAGS = $(GCOV_LFLAGS)

dist_test_data = \
$(NULL)