Skip to content
This repository has been archived by the owner on Oct 7, 2021. It is now read-only.

[Android] Provide a utility method to set environment variables #466

Closed
tanersener opened this issue Jun 19, 2020 · 2 comments
Closed

[Android] Provide a utility method to set environment variables #466

tanersener opened this issue Jun 19, 2020 · 2 comments
Assignees
Labels
enhancement New feature or request fixed

Comments

@tanersener
Copy link
Owner

Some ffmpeg features like FFREPORT requires setting environment variables. iOS/tvOS has a native setenv method that can be used for this purpose. However, Android does not provide a built-in API method to set environment variables.

There is already have a setNativeEnvironmentVariable method in MobileFFmpeg Android API. It is used internally by API functions. Increasing its visibility can help users who need to set environment variables in order to use those ffmpeg features.

@tanersener tanersener added the enhancement New feature or request label Jun 19, 2020
@tanersener tanersener self-assigned this Jun 19, 2020
@tanersener
Copy link
Owner Author

Fixed in the development branch.

@tanersener
Copy link
Owner Author

Released in v4.4.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request fixed
Projects
None yet
Development

No branches or pull requests

1 participant