Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[linux-dvb] apps/mpegtools mplex Makefile LARGEFILE support patch



Hi

Patch to get bits.cpp to be compiled with LARGEFILE support
(without this mplex will fail when mplexing >2GB files).

diff -u -r1.23 Makefile
--- Makefile    15 Oct 2002 08:51:53 -0000      1.23
+++ Makefile    15 Oct 2002 12:39:52 -0000
@@ -4,7 +4,7 @@
 MFLAG  = -M
 MPLEXOBS = buffer.o inits.o interact.o systems.o domplex.o inptstrm.o \
        multplex.o timecode.o mplex.o cpptools.o ctools.o ringbuffy.o \
-       bits.cpp remux.o transform.o
+       bits.o remux.o transform.o
 
 SRC  = $(wildcard *.c)
 CPPSRC = $(wildcard *.cpp)


-- 
Info:
To unsubscribe send a mail to listar@linuxtv.org with "unsubscribe linux-dvb" as subject.



Home | Main Index | Thread Index