Skip to content

Commit

Permalink
Bug 646485 - Fix include path in jpeg/Makefile.in. r=khuey
Browse files Browse the repository at this point in the history
  • Loading branch information
jlebar committed Mar 30, 2011
1 parent 29285ba commit a0dcd84
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions jpeg/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ CSRCS += \

AS=$(LIBJPEG_TURBO_AS)
ASM_SUFFIX=asm
ASFLAGS=$(LIBJPEG_TURBO_ASFLAGS) -I$(topsrcdir)/modules/libjpeg-turbo/simd/
ASFLAGS=$(LIBJPEG_TURBO_ASFLAGS) -I$(topsrcdir)/jpeg/simd/

ifeq ($(AS),yasm)
# yasm doesn't like -c
Expand Down Expand Up @@ -182,7 +182,6 @@ ifeq (1,$(LIBJPEG_TURBO_X86_ASM))
$(NULL)
endif

# jwinfig.h, jos2fig.h ? XXX
EXPORTS = \
jconfig.h \
jerror.h \
Expand Down

0 comments on commit a0dcd84

Please sign in to comment.