Mailing List archive

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

[linux-dvb] FIX: mpegtools errno string output patch.



> 
> Unable to open file tmp_vs.m2v for reading: File too large.
> 

This Makefile change fixes the problem - quite obvious but
hard to find (unless compiling only bits.cpp).

cvs diff -u Makefile
Index: Makefile
===================================================================
RCS file: /cvs/linuxtv/DVB/apps/mpegtools/Makefile,v
retrieving revision 1.20
diff -u -r1.20 Makefile
--- Makefile   10 Jan 2002 12:35:21 -0000	1.20
+++ Makefile   22 Sep 2002 06:15:27 -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