Skip to content

Commit

Permalink
Rename main.c to teletext.c
Browse files Browse the repository at this point in the history
  • Loading branch information
ali1234 committed Jan 31, 2016
1 parent 552d661 commit 1d8656e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -4,7 +4,7 @@ LDFLAGS+=-L$(SDKSTAGE)/opt/vc/lib/ -lGLESv2 -lEGL -lopenmaxil -lbcm_host -lvcos

INCLUDES+=-I$(SDKSTAGE)/opt/vc/include/ -I$(SDKSTAGE)/opt/vc/include/interface/vcos/pthreads -I$(SDKSTAGE)/opt/vc/include/interface/vmcs_host/linux -I./ -I../libs/ilclient -I../libs/vgfont

OFILES=main.o buffer.o hamming.o demo.o
OFILES=teletext.o buffer.o hamming.o demo.o

all: tvctl teletext

Expand Down
File renamed without changes.

0 comments on commit 1d8656e

Please sign in to comment.