mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-09 19:09:41 +00:00
build: fix make dist when certain conditionals not met.
Fix typo which was preventing the inclusion of jpeg encoder source files from make dist (when there is no jpeg encoder API support in libva).
This commit is contained in:
parent
6b73746ab6
commit
004968f506
1 changed files with 2 additions and 2 deletions
|
@ -244,8 +244,8 @@ CLEANFILES = \
|
|||
EXTRA_DIST = \
|
||||
$(libgstvaapi_enc_source_c) \
|
||||
$(libgstvaapi_enc_source_h) \
|
||||
$(libgstvaapi_jpeg_enc_source_c) \
|
||||
$(libgstvaapi_jpeg_enc_source_h) \
|
||||
$(libgstvaapi_jpegenc_source_c) \
|
||||
$(libgstvaapi_jpegenc_source_h) \
|
||||
$(libgstvaapi_x11_source_c) \
|
||||
$(libgstvaapi_x11_source_h) \
|
||||
$(libgstvaapi_glx_source_c) \
|
||||
|
|
Loading…
Reference in a new issue