mirror of
https://github.com/ValveSoftware/Proton.git
synced 2025-07-31 01:21:42 +03:00
Revert "build: Build gst-plugins-bad"
This reverts commit 6d589cf491274f7392d21bfe1d1f0b0b7a712135.
This commit is contained in:
parent
586fe9733e
commit
4e45d57211
27
Makefile.in
27
Makefile.in
@ -358,7 +358,7 @@ $(DIST_FONTS): fonts
|
|||||||
ALL_TARGETS += dist
|
ALL_TARGETS += dist
|
||||||
GOAL_TARGETS += dist
|
GOAL_TARGETS += dist
|
||||||
|
|
||||||
dist_prefix: wine gst_good gst_bad
|
dist_prefix: wine gst_good
|
||||||
find $(DST_LIBDIR32)/wine -type f -execdir chmod a-w '{}' '+'
|
find $(DST_LIBDIR32)/wine -type f -execdir chmod a-w '{}' '+'
|
||||||
find $(DST_LIBDIR64)/wine -type f -execdir chmod a-w '{}' '+'
|
find $(DST_LIBDIR64)/wine -type f -execdir chmod a-w '{}' '+'
|
||||||
rm -rf $(abspath $(DIST_PREFIX))
|
rm -rf $(abspath $(DIST_PREFIX))
|
||||||
@ -499,31 +499,6 @@ $(eval $(call rules-meson,gst_good,32))
|
|||||||
$(eval $(call rules-meson,gst_good,64))
|
$(eval $(call rules-meson,gst_good,64))
|
||||||
|
|
||||||
|
|
||||||
##
|
|
||||||
## gst-plugins-bad
|
|
||||||
##
|
|
||||||
|
|
||||||
GST_BAD_MESON_ARGS := \
|
|
||||||
-Dauto_features=disabled \
|
|
||||||
-Daom=enabled \
|
|
||||||
$(GST_COMMON_MESON_ARGS)
|
|
||||||
|
|
||||||
GST_BAD_DEPENDS = gst_orc gstreamer gst_base aom
|
|
||||||
|
|
||||||
$(eval $(call rules-source,gst_bad,$(SRCDIR)/gst-plugins-bad))
|
|
||||||
$(eval $(call rules-meson,gst_bad,32))
|
|
||||||
$(eval $(call rules-meson,gst_bad,64))
|
|
||||||
|
|
||||||
$(OBJ)/.gst_bad-post-build32:
|
|
||||||
#remove unwanted gst libs
|
|
||||||
rm $(GST_BAD_DST32)/lib/*.so*
|
|
||||||
touch $@
|
|
||||||
|
|
||||||
$(OBJ)/.gst_bad-post-build64:
|
|
||||||
#remove unwanted gst libs
|
|
||||||
rm $(GST_BAD_DST64)/lib64/*.so*
|
|
||||||
touch $@
|
|
||||||
|
|
||||||
##
|
##
|
||||||
## aom
|
## aom
|
||||||
##
|
##
|
||||||
|
@ -81,7 +81,7 @@ Visit FAudio at
|
|||||||
|
|
||||||
---- ---- ---- ----
|
---- ---- ---- ----
|
||||||
|
|
||||||
This software contains gstreamer, gst-plugins-base, gst-plugins-good, and gst-plugins-bad licensed under the LGPL 2.
|
This software contains gstreamer, gst-plugins-base, and gst-plugins-good licensed under the LGPL 2.
|
||||||
|
|
||||||
Visit gstreamer at
|
Visit gstreamer at
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user