added mpeg2 library
This commit is contained in:
10
project/jni/mpeg2/src/libmpeg2.pc
Normal file
10
project/jni/mpeg2/src/libmpeg2.pc
Normal file
@@ -0,0 +1,10 @@
|
||||
prefix=/usr/local
|
||||
exec_prefix=${prefix}
|
||||
libdir=${exec_prefix}/lib
|
||||
includedir=${prefix}/include
|
||||
|
||||
Name: libmpeg2
|
||||
Description: MPEG-1 and MPEG-2 stream decoding library
|
||||
Version: 0.5.1
|
||||
Libs: -L${libdir} -lmpeg2
|
||||
Cflags: -I${includedir}/mpeg2dec
|
||||
Reference in New Issue
Block a user