license: fix the license file name
[platform/adaptation/emulator/gst-plugins-emulator.git] / README
1 WHAT IT IS
2 ----------
3
4 gst-plugins-emulator is a codec plugin for emulator.
5
6 When decoding or encoding jobs in Tizen Emulator, this module delegates those jobs to emulator.
7 It may improve performance of decoding and encoding because those jobs are performed on the host side.
8
9 HOW TO BUILD IT
10 ---------------
11
12 Launch autogen script to generate configure from configure.ac, and then build this module with 'make'
13
14 $ autogen.sh
15 $ make