Ignore:
Timestamp:
Dec 10, 2010 11:33:01 AM (13 years ago)
Author:
bennylp
Message:

Re #1176: fixed link error in GNU build system

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/branches/projects/2.0-dev/aconfigure.ac

    r3392 r3393  
    735735                          ac_sdl_cflags="-DPJMEDIA_VIDEO_DEV_HAS_SDL=1 $ac_sdl_cflags" 
    736736                          ac_sdl_ldflags=`sdl-config --libs` 
     737                          LIBS="$LIBS $ac_sdl_ldflags" 
    737738                   fi 
    738739              ]) 
     
    789790                             ] 
    790791                             ) 
     792                LIBS="$LIBS $ac_ffmpeg_ldflags" 
    791793              ] 
    792794              ) 
     
    808810                             [ac_v4l2_cflags="-DPJMEDIA_VIDEO_DEV_HAS_V4L2=1" 
    809811                              ac_v4l2_ldflags="-lv4l2" 
     812                              LIBS="$LIBS -lv4l2" 
    810813                             ] 
    811814                             ) 
Note: See TracChangeset for help on using the changeset viewer.