Reorganized some function into util.c and created prototypes for transcode.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
bin_PROGRAMS=tcfs
|
||||
tcfs_SOURCES=src/tcfs.c
|
||||
tcfs_SOURCES=src/tcfs.c src/transcode.c src/util.c
|
||||
tcfs_LDADD = $(LIBOBJS) $(FUSE_LIBS) $(libavcore_LIBS) $(libavutil_LIBS) $(libavformat_LIBS) $(libavcodec_LIBS)
|
||||
tcfs_CFLAGS = $(FUSE_CFLAGS) $(libavcore_CFLAGS) $(libavutil_CFLAGS) $(libavformat_CFLAGS) $(libavcodec_CFLAGS) -DFUSE_USE_VERSION=28
|
||||
Reference in New Issue
Block a user