Commit 5eb68e9c authored by Christophe Mutricy's avatar Christophe Mutricy

Small whitespace fix

parent 8ea39dae
...@@ -266,7 +266,7 @@ diff -u -r1.114 mjpeg.c ...@@ -266,7 +266,7 @@ diff -u -r1.114 mjpeg.c
@@ -28,9 +28,6 @@ @@ -28,9 +28,6 @@
* MJPEG encoder and decoder. * MJPEG encoder and decoder.
*/ */
-//#define DEBUG -//#define DEBUG
-#include <assert.h> -#include <assert.h>
- -
...@@ -535,13 +535,13 @@ diff -u -r1.102 Makefile ...@@ -535,13 +535,13 @@ diff -u -r1.102 Makefile
ifeq ($(AMR_NB),yes) ifeq ($(AMR_NB),yes)
AMROBJS= amr.o AMROBJS= amr.o
@@ -32,8 +39,6 @@ @@ -32,8 +39,6 @@
# image formats # image formats
OBJS+= pnm.o yuv.o png.o jpeg.o gifdec.o sgi.o OBJS+= pnm.o yuv.o png.o jpeg.o gifdec.o sgi.o
-# file I/O -# file I/O
-OBJS+= avio.o aviobuf.o file.o -OBJS+= avio.o aviobuf.o file.o
OBJS+= framehook.o OBJS+= framehook.o
ifeq ($(CONFIG_VIDEO4LINUX),yes) ifeq ($(CONFIG_VIDEO4LINUX),yes)
@@ -62,6 +67,15 @@ @@ -62,6 +67,15 @@
PPOBJS+= beosaudio.o PPOBJS+= beosaudio.o
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment