mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-26 12:53:50 +00:00
15 lines
208 B
XML
15 lines
208 B
XML
#include "*/*.proj"
|
|
|
|
LIB rmff
|
|
{
|
|
USEINCLUDE mktcommon
|
|
USE boost_foreach
|
|
INCLUDE ../../src
|
|
INCLUDE ../..
|
|
EXPINCLUDE ..
|
|
SOURCE mb_file_io.c
|
|
SOURCE mb_file_io.h
|
|
SOURCE rmff.c
|
|
HEADER librmff.h
|
|
}
|