Remove xine metronom.pts_per_smpls check

This commit is contained in:
Jonas Kvinge
2020-07-16 00:44:41 +02:00
parent 221ab51d90
commit 1773283456
6 changed files with 12 additions and 61 deletions

View File

@@ -535,12 +535,9 @@ optional_source(HAVE_GSTREAMER
# Xine
optional_source(HAVE_XINE
SOURCES engine/xineengine.cpp
SOURCES engine/xineengine.cpp engine/xinescope.c
HEADERS engine/xineengine.h
)
optional_source(XINE_ANALYZER
SOURCES engine/xinescope.c
)
# VLC
optional_source(HAVE_VLC