Skip to content

Commit

Permalink
Fix remaining issues
Browse files Browse the repository at this point in the history
  • Loading branch information
ehfd authored Mar 22, 2024
1 parent 963fc7f commit f74eaf1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion addons/gstreamer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ RUN MULTI_ARCH="$(gcc -print-multiarch | sed -e 's/i.*86/i386/')" && \
export PATH=\${GSTREAMER_PATH}/bin:\${PATH}\n\
export LD_LIBRARY_PATH=\${GSTREAMER_PATH}/lib/${MULTI_ARCH}:\${LD_LIBRARY_PATH}\n\
export GI_TYPELIB_PATH=\${GSTREAMER_PATH}/lib/${MULTI_ARCH}/girepository-1.0:/usr/lib/${MULTI_ARCH}/girepository-1.0:\${GI_TYPELIB_PATH}\n\
GST_PY_PATH=\$(find \${GSTREAMER_PATH}/lib -type d -name "python3.*")\n\
GST_PY_PATH=\$(find \${GSTREAMER_PATH}/lib -type d -name \"python3.*\")\n\
export PYTHONPATH=\${GST_PY_PATH}/site-packages:\${GSTREAMER_PATH}/lib/python3/dist-packages:\${PYTHONPATH}\n\
" > /opt/gstreamer/gst-env

Expand Down
6 changes: 0 additions & 6 deletions addons/gstreamer/config/gst-env

This file was deleted.

0 comments on commit f74eaf1

Please sign in to comment.