Browse Source

Ooops, fix udp.c compilation

Georgi Chorbadzhiyski 13 years ago
parent
commit
7b80565d19
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Makefile

+ 1
- 1
Makefile View File

@@ -10,7 +10,7 @@ FUNCS_LIB = $(FUNCS_DIR)/libfuncs.a
10 10
 TS_DIR = libts
11 11
 TS_LIB = $(TS_DIR)/libts.a
12 12
 
13
-tsdecrypt_OBJS = data.o udp.c util.o camd.o tables.o tsdecrypt.o $(FUNCS_LIB) $(TS_LIB)
13
+tsdecrypt_OBJS = data.o udp.o util.o camd.o tables.o tsdecrypt.o $(FUNCS_LIB) $(TS_LIB)
14 14
 tsdecrypt_LIBS = -lcrypto -ldvbcsa -lpthread
15 15
 
16 16
 CLEAN_OBJS = tsdecrypt $(tsdecrypt_OBJS) *~

Loading…
Cancel
Save