• Oswald Buddenhagen's avatar
    add cleanup script for sanity bot · 9e791325
    Oswald Buddenhagen authored
    
    if the sanity bot is configured with gitdofetch=1, the repos need a
    periodic cleanup - otherwise they become amazingly slow (a simple fetch
    can take minutes before anything happens).
    
    i was too lazy make this an option of the sanity-bot script itself.
    maybe later.
    
    Change-Id: I85306264cd67d321c10cb069e5bfb5b60b2ca6db
    Reviewed-by: default avatarRohan McGovern <rohan.mcgovern@nokia.com>
    9e791325
gstreamer_appsrc.pro 293 bytes
TEMPLATE = app
DEPENDPATH += .
INCLUDEPATH += .
requires(unix)
# Input
SOURCES += main.cpp
CONFIG += link_pkgconfig
PKGCONFIG += \
    gstreamer-0.10 \
    gstreamer-base-0.10 \
    gstreamer-interfaces-0.10 \
    gstreamer-audio-0.10 \
    gstreamer-video-0.10 \
    gstreamer-app-0.10