Skip to content

This project make mlt.framework can build with CMake. This make me can use Clion to debug it.

License

Notifications You must be signed in to change notification settings

javanyou/MltFramework

Repository files navigation

MltFramework

Make this project to help someone want to build mlt.framework use CMake.

I have make it can debug src/examples/play.c in Clion.

1. Prepare Env

It has been tested on my Mac.

Install FFmpeg and CMake

brew install ffmpeg
brew install cmake

2. Clion Import

Using Clion to import it.

3. Open Clion Run/Debug Configurations

Add Environment variables

MLT_REPOSITORY=/path/to/mlt/src/modules
MLT_DATA=/path/to/mlt/src/modules
MLT_PROFILES_PATH=/path/to/mlt/profiles
MLT_PRESETS_PATH=/path/to/mlt/presets

About

This project make mlt.framework can build with CMake. This make me can use Clion to debug it.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published