build: fix make dist when certain conditionals not met.
authorSreerenj Balachandran <sreerenj.balachandran@intel.com>
Fri, 6 Feb 2015 10:10:51 +0000 (12:10 +0200)
committerSreerenj Balachandran <sreerenj.balachandran@intel.com>
Fri, 6 Feb 2015 10:10:51 +0000 (12:10 +0200)
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).

gst/vaapi/Makefile.am

index 82a25f3fcc0dc66fdd8784dfa2af04aaff7ca54b..097ca6a1a530b62ea7956755a0f6d93a4636e850 100644 (file)
@@ -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)      \