remove --enable-gstreamer_01; rename --enable-gstreamer_10 => --enable-gstreamer

Origin commit data
------------------
Branch: master
Commit: 987b6c87d0
Author: vanhofen <vanhofen@gmx.de>
Date: 2021-11-07 (Sun, 07 Nov 2021)

Origin message was:
------------------
- remove --enable-gstreamer_01; rename --enable-gstreamer_10 => --enable-gstreamer

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2021-11-07 00:57:01 +01:00
parent eff097b3b9
commit 0e5f1823e6
7 changed files with 11 additions and 874 deletions

View File

@@ -39,16 +39,9 @@ if USE_OPENGL
libgeneric_la_SOURCES += glfb.cpp
endif
if ENABLE_GSTREAMER_01
if ENABLE_GSTREAMER
libgeneric_la_SOURCES += \
playback_gst_01.cpp
AM_LDFLAGS += \
-lgstreamer-0.10 \
-lgstinterfaces-0.10
else
if ENABLE_GSTREAMER_10
libgeneric_la_SOURCES += \
playback_gst_10.cpp
playback_gst.cpp
AM_LDFLAGS += \
-lgstreamer-1.0 \
-lgsttag-1.0 \
@@ -57,4 +50,3 @@ else
libgeneric_la_SOURCES += \
playback.cpp
endif
endif