Ignore:
Timestamp:
10/02/06 20:41:38 (18 years ago)
Author:
r2d
Message:
  • mppenc can be compiled *but* doesn't work (segfault)
  • some variables are not initialized in the libs structs - TO BE FIXED
  • I have duplicated some (one ?) variables in the libs structs and the dup variables in libmpcenc are not used (and not initialized) - TO BE FIXED
File:
1 edited

Legend:

Unmodified
Added
Removed
  • mppenc/branches/r2d/src/Makefile.am

    r61 r65  
    33
    44# set the include path found by configure
    5 INCLUDES= $(all_includes)
     5INCLUDES = -I$(top_srcdir)/libmpcenc -I$(top_srcdir)/libmpcpsy -I../../common \
     6        $(all_includes)
    67
    78# the library search path.
    89mppenc_LDFLAGS = $(all_libraries)
    9 mppenc_SOURCES = analy_filter.c bitstream.c encode_sv7.c huffsv7.c keyboard.c \
    10         mppenc.c pipeopen.c quant.c stderr.c tags.c tools.c wave_in.c winmsg.c
    11 mppenc_LDADD = -lm
     10mppenc_SOURCES = keyboard.c mppenc.c pipeopen.c stderr.c tags.c wave_in.c \
     11        winmsg.c
     12mppenc_LDADD = $(top_builddir)/libmpcpsy/libmpcpsy.a \
     13        $(top_builddir)/libmpcenc/libmpcenc.a -lm
Note: See TracChangeset for help on using the changeset viewer.