I've tried to modify the below file from vlc codebase, but its not affecting on the final executable binary.(I didnt see my newly introduced prints & changes if i invoke the vlc binary. But this file is compiling properly.)
**vlc/modules/codec/telx.c**
Could you please guide me the steps ? should i copy the corresponding library into somewhere & build the vlc elf again ?
Steps followed to compile:
- export PKG_CONFIG_LIBDIR=/home/xxx/Projects/vlc_git_src/vlc/contrib/x86_64-linux-gnu/lib/pkgconfig
- export PKG_CONFIG_PATH=$PKG_CONFIG_LIBDIR:/usr/lib/x86_64-linux-gnu/pkgconfig:/usr/lib/pkgconfig:/usr/lib64
- ./bootstrap
- ./configure
- make
- ./vlc
After modifying my local change i will do only make & execute the elf.